Class: Aws::WellArchitected::Types::ProfileQuestion

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

Overview

A profile question.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_selected_choices ⇒ Integer

The maximum number of selected choices.

Returns:

  • (Integer)


6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end

#min_selected_choices ⇒ Integer

The minimum number of selected choices.

Returns:

  • (Integer)


6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end

#question_choices ⇒ Array<Types::ProfileChoice>

The question choices.

Returns:



6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end

#question_description ⇒ String

The description of the question.

Returns:

  • (String)


6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end

#question_id ⇒ String

The ID of the question.

Returns:

  • (String)


6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end

#question_title ⇒ String

The title of the question.

Returns:

  • (String)


6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end

#selected_choice_ids ⇒ Array<String>

The selected choices.

Returns:

  • (Array<String>)


6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6379

class ProfileQuestion < Struct.new(
  :question_id,
  :question_title,
  :question_description,
  :question_choices,
  :selected_choice_ids,
  :min_selected_choices,
  :max_selected_choices)
  SENSITIVE = []
  include Aws::Structure
end