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

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

Overview

Selected questions in the workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#selected_pillars ⇒ Array<Types::SelectedPillar>

Selected pillars in the workload.

Returns:



4165
4166
4167
4168
4169
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4165

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