Class: Aws::WellArchitected::Types::ProfileTemplateQuestion
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ProfileTemplateQuestion
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A profile template question.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_selected_choices ⇒ Integer
The maximum number of choices selected.
-
#min_selected_choices ⇒ Integer
The minimum number of choices selected.
-
#question_choices ⇒ Array<Types::ProfileTemplateChoice>
The question choices.
-
#question_description ⇒ String
The description of the question.
-
#question_id ⇒ String
The ID of the question.
-
#question_title ⇒ String
The title of the question.
Instance Attribute Details
#max_selected_choices ⇒ Integer
The maximum number of choices selected.
4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4799 class ProfileTemplateQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end |
#min_selected_choices ⇒ Integer
The minimum number of choices selected.
4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4799 class ProfileTemplateQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end |
#question_choices ⇒ Array<Types::ProfileTemplateChoice>
The question choices.
4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4799 class ProfileTemplateQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end |
#question_description ⇒ String
The description of the question.
4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4799 class ProfileTemplateQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end |
#question_id ⇒ String
The ID of the question.
4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4799 class ProfileTemplateQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end |
#question_title ⇒ String
The title of the question.
4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4799 class ProfileTemplateQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end |