You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::AccountAggregationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AccountAggregationSource
- Defined in:
- (unknown)
Overview
Note:
When passing AccountAggregationSource as input to an Aws::Client method, you can use a vanilla Hash:
{
account_ids: ["AccountId"], # required
all_aws_regions: false,
aws_regions: ["String"],
}
A collection of accounts and regions.
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 AWS 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.
#all_aws_regions ⇒ Boolean
If true, aggregate existing AWS Config regions and future regions.
#aws_regions ⇒ Array<String>
The source regions being aggregated.