Class: Aws::ConfigService::Types::ConfigurationAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigurationAggregator
- Includes:
- Structure
- Defined in:
- 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.
-
#aggregator_filters ⇒ Types::AggregatorFilters
An object to filter the data you specify for an aggregator.
-
#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.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#aggregator_filters ⇒ Types::AggregatorFilters
An object to filter the data you specify for an aggregator.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_arn ⇒ String
The Amazon Resource Name (ARN) of the aggregator.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_name ⇒ String
The name of the aggregator.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
Amazon Web Services service that created the configuration aggregator.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time stamp when the configuration aggregator was created.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time of the last update.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Provides an organization and list of regions to be aggregated.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-configservice/types.rb', line 1379 class ConfigurationAggregator < Struct.new( :configuration_aggregator_name, :configuration_aggregator_arn, :account_aggregation_sources, :organization_aggregation_source, :creation_time, :last_updated_time, :created_by, :aggregator_filters) SENSITIVE = [] include Aws::Structure end |