Class: Aws::WellArchitected::Types::JiraSelectedQuestionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::JiraSelectedQuestionConfiguration
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Selected questions in the workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selected_pillars ⇒ Array<Types::SelectedPillar>
Selected pillars in the workload.
Instance Attribute Details
#selected_pillars ⇒ Array<Types::SelectedPillar>
Selected pillars in the workload.
4153 4154 4155 4156 4157 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4153 class JiraSelectedQuestionConfiguration < Struct.new( :selected_pillars) SENSITIVE = [] include Aws::Structure end |