Class: Aws::Types::EvaluationFormSingleSelectQuestionAutomation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_sourceTypes::EvaluationFormQuestionAutomationAnswerSource

Returns the value of attribute answer_source.



3584
3585
3586
# File 'sig/types.rbs', line 3584

def answer_source
  @answer_source
end

#default_option_ref_id::String

Returns the value of attribute default_option_ref_id.

Returns:

  • (::String)


3583
3584
3585
# File 'sig/types.rbs', line 3583

def default_option_ref_id
  @default_option_ref_id
end

#options::Array[Types::EvaluationFormSingleSelectQuestionAutomationOption]

Returns the value of attribute options.



3582
3583
3584
# File 'sig/types.rbs', line 3582

def options
  @options
end