Class: Aws::WellArchitected::Types::AggregationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::AggregationConfiguration
- 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
-
#access_role_arn ⇒ String
The ARN of an IAM role to assume for resource analysis in this account.
-
#account_id ⇒ String
The Amazon Web Services account ID to analyze.
-
#regions ⇒ Array<String>
A list of Amazon Web Services Regions to include in the analysis.
Instance Attribute Details
#access_role_arn ⇒ String
The ARN of an IAM role to assume for resource analysis in this account.
519 520 521 522 523 524 525 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 519 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.
519 520 521 522 523 524 525 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 519 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.
519 520 521 522 523 524 525 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 519 class AggregationConfiguration < Struct.new( :account_id, :regions, :access_role_arn) SENSITIVE = [] include Aws::Structure end |