Class: Aws::ConfigService::Types::ConfigurationAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigurationAggregator
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_aggregation_sources ⇒ Array<Types::AccountAggregationSource>
Provides a list of source accounts and regions to be aggregated.
-
#configuration_aggregator_arn ⇒ String
The Amazon Resource Name (ARN) of the aggregator.
-
#configuration_aggregator_name ⇒ String
The name of the aggregator.
-
#created_by ⇒ String
Amazon Web Services service that created the configuration aggregator.
-
#creation_time ⇒ Time
The time stamp when the configuration aggregator was created.
-
#last_updated_time ⇒ Time
The time of the last update.
-
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Provides an organization and list of regions to be aggregated.
Instance Attribute Details
#account_aggregation_sources ⇒ Array<Types::AccountAggregationSource>
Provides a list of source accounts and regions to be aggregated.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_arn ⇒ String
The Amazon Resource Name (ARN) of the aggregator.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_name ⇒ String
The name of the aggregator.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
Amazon Web Services service that created the configuration aggregator.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time stamp when the configuration aggregator was created.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time of the last update.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Provides an organization and list of regions to be aggregated.
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1268 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by) SENSITIVE = [] include Aws::Structure end |