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.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def automation @automation end |
#display_as ⇒ "DROPDOWN", "RADIO"
Returns the value of attribute display_as.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def display_as @display_as end |
#options ⇒ ::Array[Types::EvaluationFormSingleSelectQuestionOption]
Returns the value of attribute options.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def @options end |