Class: Aws::WellArchitected::Types::AggregationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Configuration settings that define the scope of Amazon Web Services resources to analyze for optimization recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_role_arn ⇒ String

The ARN of an IAM role to assume for resource analysis in this account.

Returns:

  • (String)


525
526
527
528
529
530
531
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 525

class AggregationConfiguration < Struct.new(
  :account_id,
  :regions,
  :access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#account_id ⇒ String

The Amazon Web Services account ID to analyze.

Returns:

  • (String)


525
526
527
528
529
530
531
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 525

class AggregationConfiguration < Struct.new(
  :account_id,
  :regions,
  :access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#regions ⇒ Array<String>

A list of Amazon Web Services Regions to include in the analysis.

Returns:

  • (Array<String>)


525
526
527
528
529
530
531
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 525

class AggregationConfiguration < Struct.new(
  :account_id,
  :regions,
  :access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end