Class: Aws::ConfigService::Types::PutConfigurationAggregatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConfigurationAggregatorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_aggregation_sources ⇒ Array<Types::AccountAggregationSource>
A list of AccountAggregationSource object.
-
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
-
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
An OrganizationAggregationSource object.
-
#tags ⇒ Array<Types::Tag>
An array of tag object.
Instance Attribute Details
#account_aggregation_sources ⇒ Array<Types::AccountAggregationSource>
A list of AccountAggregationSource object.
6496 6497 6498 6499 6500 6501 6502 6503 |
# File 'lib/aws-sdk-configservice/types.rb', line 6496 class PutConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name, :account_aggregation_sources, :organization_aggregation_source, :tags) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
6496 6497 6498 6499 6500 6501 6502 6503 |
# File 'lib/aws-sdk-configservice/types.rb', line 6496 class PutConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name, :account_aggregation_sources, :organization_aggregation_source, :tags) SENSITIVE = [] include Aws::Structure end |
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
An OrganizationAggregationSource object.
6496 6497 6498 6499 6500 6501 6502 6503 |
# File 'lib/aws-sdk-configservice/types.rb', line 6496 class PutConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name, :account_aggregation_sources, :organization_aggregation_source, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tag object.
6496 6497 6498 6499 6500 6501 6502 6503 |
# File 'lib/aws-sdk-configservice/types.rb', line 6496 class PutConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name, :account_aggregation_sources, :organization_aggregation_source, :tags) SENSITIVE = [] include Aws::Structure end |