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.



3755
3756
3757
# File 'sig/types.rbs', line 3755

def automation
  @automation
end

#display_as"DROPDOWN", "RADIO"

Returns the value of attribute display_as.

Returns:

  • ("DROPDOWN", "RADIO")


3754
3755
3756
# File 'sig/types.rbs', line 3754

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormSingleSelectQuestionOption]

Returns the value of attribute options.



3753
3754
3755
# File 'sig/types.rbs', line 3753

def options
  @options
end