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.



3411
3412
3413
# File 'sig/types.rbs', line 3411

def answer_source
  @answer_source
end

#default_option_ref_ids::Array[::String]

Returns the value of attribute default_option_ref_ids.

Returns:

  • (::Array[::String])


3410
3411
3412
# File 'sig/types.rbs', line 3410

def default_option_ref_ids
  @default_option_ref_ids
end

#options::Array[Types::EvaluationFormMultiSelectQuestionAutomationOption]

Returns the value of attribute options.



3409
3410
3411
# File 'sig/types.rbs', line 3409

def options
  @options
end