Class: Aws::WellArchitected::Types::Scope
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Scope
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Defines the scope for recommendation generation, specifying which pillars and goals to focus on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#goal_ids ⇒ Array<String>
Specific goal IDs to focus on during recommendation generation.
-
#items ⇒ Array<Types::PillarItem>
Optional per-pillar item filtering configuration.
-
#pillars ⇒ Array<String>
The Well-Architected Tool Framework pillars to include in the generation scope.
Instance Attribute Details
#goal_ids ⇒ Array<String>
Specific goal IDs to focus on during recommendation generation.
7191 7192 7193 7194 7195 7196 7197 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7191 class Scope < Struct.new( :pillars, :goal_ids, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::PillarItem>
Optional per-pillar item filtering configuration.
7191 7192 7193 7194 7195 7196 7197 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7191 class Scope < Struct.new( :pillars, :goal_ids, :items) SENSITIVE = [] include Aws::Structure end |
#pillars ⇒ Array<String>
The Well-Architected Tool Framework pillars to include in the generation scope.
7191 7192 7193 7194 7195 7196 7197 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7191 class Scope < Struct.new( :pillars, :goal_ids, :items) SENSITIVE = [] include Aws::Structure end |