Class: Aws::WellArchitected::Types::JiraSelectedQuestionConfiguration

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

Instance Attribute Details

#selected_pillarsArray<Types::SelectedPillar>

Selected pillars in the workload.

Returns:



2690
2691
2692
2693
2694
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2690

class JiraSelectedQuestionConfiguration < Struct.new(
  :selected_pillars)
  SENSITIVE = []
  include Aws::Structure
end