Class: Aws::Types::EvaluationFormMultiSelectQuestionAutomation

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.



3464
3465
3466
# File 'sig/types.rbs', line 3464

def answer_source
  @answer_source
end

#default_option_ref_ids::Array[::String]

Returns the value of attribute default_option_ref_ids.

Returns:

  • (::Array[::String])


3463
3464
3465
# File 'sig/types.rbs', line 3463

def default_option_ref_ids
  @default_option_ref_ids
end

#options::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]

Returns the value of attribute options.



3462
3463
3464
# File 'sig/types.rbs', line 3462

def options
  @options
end