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.



3469
3470
3471
# File 'sig/types.rbs', line 3469

def answer_source
  @answer_source
end

#default_option_ref_ids::Array[::String]

Returns the value of attribute default_option_ref_ids.

Returns:

  • (::Array[::String])


3468
3469
3470
# File 'sig/types.rbs', line 3468

def default_option_ref_ids
  @default_option_ref_ids
end

#options::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]

Returns the value of attribute options.



3467
3468
3469
# File 'sig/types.rbs', line 3467

def options
  @options
end