Class: Aws::Types::EvaluationFormMultiSelectQuestionProperties

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::EvaluationFormMultiSelectQuestionAutomation

Returns the value of attribute automation.



3580
3581
3582
# File 'sig/types.rbs', line 3580

def automation
  @automation
end

#display_as"DROPDOWN", "CHECKBOX"

Returns the value of attribute display_as.



3579
3580
3581
# File 'sig/types.rbs', line 3579

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormMultiSelectQuestionOption]

Returns the value of attribute options.



3578
3579
3580
# File 'sig/types.rbs', line 3578

def options
  @options
end