Class: Aws::Types::EvaluationFormMultiSelectQuestionAutomation
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormMultiSelectQuestionAutomation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_source ⇒ Types::EvaluationFormQuestionAutomationAnswerSource
Returns the value of attribute answer_source.
-
#default_option_ref_ids ⇒ ::Array[::String]
Returns the value of attribute default_option_ref_ids.
-
#options ⇒ ::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]
Returns the value of attribute options.
Instance Attribute Details
#answer_source ⇒ Types::EvaluationFormQuestionAutomationAnswerSource
Returns the value of attribute answer_source.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def answer_source @answer_source end |
#default_option_ref_ids ⇒ ::Array[::String]
Returns the value of attribute default_option_ref_ids.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def default_option_ref_ids @default_option_ref_ids end |
#options ⇒ ::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]
Returns the value of attribute options.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def @options end |