Class: Aws::Types::EvaluationFormSingleSelectQuestionAutomation
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSingleSelectQuestionAutomation
- 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_id ⇒ ::String
Returns the value of attribute default_option_ref_id.
-
#options ⇒ ::Array[Types::EvaluationFormSingleSelectQuestionAutomationOption]
Returns the value of attribute options.
Instance Attribute Details
#answer_source ⇒ Types::EvaluationFormQuestionAutomationAnswerSource
Returns the value of attribute answer_source.
3637 3638 3639 |
# File 'sig/types.rbs', line 3637 def answer_source @answer_source end |
#default_option_ref_id ⇒ ::String
Returns the value of attribute default_option_ref_id.
3636 3637 3638 |
# File 'sig/types.rbs', line 3636 def default_option_ref_id @default_option_ref_id end |
#options ⇒ ::Array[Types::EvaluationFormSingleSelectQuestionAutomationOption]
Returns the value of attribute options.
3635 3636 3637 |
# File 'sig/types.rbs', line 3635 def @options end |