Class: Aws::Types::EvaluationFormSingleSelectQuestionProperties
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSingleSelectQuestionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation ⇒ Types::EvaluationFormSingleSelectQuestionAutomation
Returns the value of attribute automation.
-
#display_as ⇒ "DROPDOWN", "RADIO"
Returns the value of attribute display_as.
-
#options ⇒ ::Array[Types::EvaluationFormSingleSelectQuestionOption]
Returns the value of attribute options.
Instance Attribute Details
#automation ⇒ Types::EvaluationFormSingleSelectQuestionAutomation
Returns the value of attribute automation.
3612 3613 3614 |
# File 'sig/types.rbs', line 3612 def automation @automation end |
#display_as ⇒ "DROPDOWN", "RADIO"
Returns the value of attribute display_as.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def display_as @display_as end |
#options ⇒ ::Array[Types::EvaluationFormSingleSelectQuestionOption]
Returns the value of attribute options.
3610 3611 3612 |
# File 'sig/types.rbs', line 3610 def @options end |