Class: Aws::Types::EvaluationFormMultiSelectQuestionProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::EvaluationFormMultiSelectQuestionAutomation

Returns the value of attribute automation.



3439
3440
3441
# File 'sig/types.rbs', line 3439

def automation
  @automation
end

#display_as"DROPDOWN", "CHECKBOX"

Returns the value of attribute display_as.

Returns:

  • ("DROPDOWN", "CHECKBOX")


3438
3439
3440
# File 'sig/types.rbs', line 3438

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormMultiSelectQuestionOption]

Returns the value of attribute options.



3437
3438
3439
# File 'sig/types.rbs', line 3437

def options
  @options
end