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.



3665
3666
3667
# File 'sig/types.rbs', line 3665

def automation
  @automation
end

#display_as"DROPDOWN", "RADIO"

Returns the value of attribute display_as.

Returns:

  • ("DROPDOWN", "RADIO")


3664
3665
3666
# File 'sig/types.rbs', line 3664

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormSingleSelectQuestionOption]

Returns the value of attribute options.



3663
3664
3665
# File 'sig/types.rbs', line 3663

def options
  @options
end