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.



3492
3493
3494
# File 'sig/types.rbs', line 3492

def automation
  @automation
end

#display_as"DROPDOWN", "CHECKBOX"

Returns the value of attribute display_as.

Returns:

  • ("DROPDOWN", "CHECKBOX")


3491
3492
3493
# File 'sig/types.rbs', line 3491

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormMultiSelectQuestionOption]

Returns the value of attribute options.



3490
3491
3492
# File 'sig/types.rbs', line 3490

def options
  @options
end