Class: Aws::Types::EvaluationFormSingleSelectQuestionAutomation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#answer_sourceTypes::EvaluationFormQuestionAutomationAnswerSource

Returns the value of attribute answer_source.



3727
3728
3729
# File 'sig/types.rbs', line 3727

def answer_source
  @answer_source
end

#default_option_ref_id::String

Returns the value of attribute default_option_ref_id.



3726
3727
3728
# File 'sig/types.rbs', line 3726

def default_option_ref_id
  @default_option_ref_id
end

#options::Array[Types::EvaluationFormSingleSelectQuestionAutomationOption]

Returns the value of attribute options.



3725
3726
3727
# File 'sig/types.rbs', line 3725

def options
  @options
end