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
show all
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

Instance Attribute Details

#account_idsArray<String>

The 12-digit account ID of the account being aggregated.

Returns:

  • (Array<String>)

    The 12-digit account ID of the account being aggregated.

#all_aws_regionsBoolean

If true, aggregate existing AWS Config regions and future regions.

Returns:

  • (Boolean)

    If true, aggregate existing AWS Config regions and future regions.

#aws_regionsArray<String>

The source regions being aggregated.

Returns:

  • (Array<String>)

    The source regions being aggregated.