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.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def answer_source @answer_source end |
#default_option_ref_ids ⇒ ::Array[::String]
Returns the value of attribute default_option_ref_ids.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def default_option_ref_ids @default_option_ref_ids end |
#options ⇒ ::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]
Returns the value of attribute options.
3409 3410 3411 |
# File 'sig/types.rbs', line 3409 def @options end |