Class: Aws::ConfigService::Types::AccountAggregationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AccountAggregationSource
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
A collection of accounts and regions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The 12-digit account ID of the account being aggregated.
-
#all_aws_regions ⇒ Boolean
If true, aggregate existing Config regions and future regions.
-
#aws_regions ⇒ Array<String>
The source regions being aggregated.
Instance Attribute Details
#account_ids ⇒ Array<String>
The 12-digit account ID of the account being aggregated.
29 30 31 32 33 34 35 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 29 class AccountAggregationSource < Struct.new( :account_ids, :all_aws_regions, :aws_regions) SENSITIVE = [] include Aws::Structure end |
#all_aws_regions ⇒ Boolean
If true, aggregate existing Config regions and future regions.
29 30 31 32 33 34 35 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 29 class AccountAggregationSource < Struct.new( :account_ids, :all_aws_regions, :aws_regions) SENSITIVE = [] include Aws::Structure end |
#aws_regions ⇒ Array<String>
The source regions being aggregated.
29 30 31 32 33 34 35 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 29 class AccountAggregationSource < Struct.new( :account_ids, :all_aws_regions, :aws_regions) SENSITIVE = [] include Aws::Structure end |