Class: Aws::Types::ProfileQuestionUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ProfileQuestionUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#selected_choice_ids ⇒ ::Array[::String]
Returns the value of attribute selected_choice_ids.
Instance Attribute Details
#question_id ⇒ ::String
Returns the value of attribute question_id.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def question_id @question_id end |
#selected_choice_ids ⇒ ::Array[::String]
Returns the value of attribute selected_choice_ids.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def selected_choice_ids @selected_choice_ids end |