Class: Aws::Types::EvaluationFormSingleSelectQuestionProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::EvaluationFormSingleSelectQuestionAutomation

Returns the value of attribute automation.



3670
3671
3672
# File 'sig/types.rbs', line 3670

def automation
  @automation
end

#display_as"DROPDOWN", "RADIO"

Returns the value of attribute display_as.

Returns:

  • ("DROPDOWN", "RADIO")


3669
3670
3671
# File 'sig/types.rbs', line 3669

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormSingleSelectQuestionOption]

Returns the value of attribute options.



3668
3669
3670
# File 'sig/types.rbs', line 3668

def options
  @options
end