Class: Aws::Types::ProfileQuestion
- Inherits:
-
Object
- Object
- Aws::Types::ProfileQuestion
- 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::ProfileChoice]
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.
-
#selected_choice_ids ⇒ ::Array[::String]
Returns the value of attribute selected_choice_ids.
Instance Attribute Details
#max_selected_choices ⇒ ::Integer
Returns the value of attribute max_selected_choices.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def max_selected_choices @max_selected_choices end |
#min_selected_choices ⇒ ::Integer
Returns the value of attribute min_selected_choices.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def min_selected_choices @min_selected_choices end |
#question_choices ⇒ ::Array[Types::ProfileChoice]
Returns the value of attribute question_choices.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def question_choices @question_choices end |
#question_description ⇒ ::String
Returns the value of attribute question_description.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def question_description @question_description end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def question_title @question_title end |
#selected_choice_ids ⇒ ::Array[::String]
Returns the value of attribute selected_choice_ids.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def selected_choice_ids @selected_choice_ids end |