Class: Aws::Types::EvaluationFormMultiSelectQuestionProperties
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormMultiSelectQuestionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation ⇒ Types::EvaluationFormMultiSelectQuestionAutomation
Returns the value of attribute automation.
-
#display_as ⇒ "DROPDOWN", "CHECKBOX"
Returns the value of attribute display_as.
-
#options ⇒ ::Array[Types::EvaluationFormMultiSelectQuestionOption]
Returns the value of attribute options.
Instance Attribute Details
#automation ⇒ Types::EvaluationFormMultiSelectQuestionAutomation
Returns the value of attribute automation.
3439 3440 3441 |
# File 'sig/types.rbs', line 3439 def automation @automation end |
#display_as ⇒ "DROPDOWN", "CHECKBOX"
Returns the value of attribute display_as.
3438 3439 3440 |
# File 'sig/types.rbs', line 3438 def display_as @display_as end |
#options ⇒ ::Array[Types::EvaluationFormMultiSelectQuestionOption]
Returns the value of attribute options.
3437 3438 3439 |
# File 'sig/types.rbs', line 3437 def @options end |