Class: Aws::ConfigService::Types::AccountAggregationSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idsArray<String>

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

Returns:

  • (Array<String>)


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_regionsBoolean

If true, aggregate existing Config regions and future regions.

Returns:

  • (Boolean)


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_regionsArray<String>

The source regions being aggregated.

Returns:

  • (Array<String>)


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