Class: Aws::Types::EvaluationFormQuestionTypeProperties

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

Defined Under Namespace

Classes: MultiSelect, Numeric, SingleSelect, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multi_selectTypes::EvaluationFormMultiSelectQuestionProperties

Returns the value of attribute multi_select.



3598
3599
3600
# File 'sig/types.rbs', line 3598

def multi_select
  @multi_select
end

#numericTypes::EvaluationFormNumericQuestionProperties

Returns the value of attribute numeric.



3595
3596
3597
# File 'sig/types.rbs', line 3595

def numeric
  @numeric
end

#single_selectTypes::EvaluationFormSingleSelectQuestionProperties

Returns the value of attribute single_select.



3596
3597
3598
# File 'sig/types.rbs', line 3596

def single_select
  @single_select
end

#textTypes::EvaluationFormTextQuestionProperties

Returns the value of attribute text.



3597
3598
3599
# File 'sig/types.rbs', line 3597

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3599
3600
3601
# File 'sig/types.rbs', line 3599

def unknown
  @unknown
end