Class: Aws::Types::ProfileTemplateQuestion
- Inherits:
-
Object
- Object
- Aws::Types::ProfileTemplateQuestion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_selected_choices ⇒ ::Integer
Returns the value of attribute max_selected_choices.
-
#min_selected_choices ⇒ ::Integer
Returns the value of attribute min_selected_choices.
-
#question_choices ⇒ ::Array[Types::ProfileTemplateChoice]
Returns the value of attribute question_choices.
-
#question_description ⇒ ::String
Returns the value of attribute question_description.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#question_title ⇒ ::String
Returns the value of attribute question_title.
Instance Attribute Details
#max_selected_choices ⇒ ::Integer
Returns the value of attribute max_selected_choices.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def max_selected_choices @max_selected_choices end |
#min_selected_choices ⇒ ::Integer
Returns the value of attribute min_selected_choices.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def min_selected_choices @min_selected_choices end |
#question_choices ⇒ ::Array[Types::ProfileTemplateChoice]
Returns the value of attribute question_choices.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def question_choices @question_choices end |
#question_description ⇒ ::String
Returns the value of attribute question_description.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def question_description @question_description end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def question_title @question_title end |