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.



3612
3613
3614
# File 'sig/types.rbs', line 3612

def automation
  @automation
end

#display_as"DROPDOWN", "RADIO"

Returns the value of attribute display_as.

Returns:

  • ("DROPDOWN", "RADIO")


3611
3612
3613
# File 'sig/types.rbs', line 3611

def display_as
  @display_as
end

#options::Array[Types::EvaluationFormSingleSelectQuestionOption]

Returns the value of attribute options.



3610
3611
3612
# File 'sig/types.rbs', line 3610

def options
  @options
end