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.



3557
3558
3559
# File 'sig/types.rbs', line 3557

def multi_select
  @multi_select
end

#numericTypes::EvaluationFormNumericQuestionProperties

Returns the value of attribute numeric.



3554
3555
3556
# File 'sig/types.rbs', line 3554

def numeric
  @numeric
end

#single_selectTypes::EvaluationFormSingleSelectQuestionProperties

Returns the value of attribute single_select.



3555
3556
3557
# File 'sig/types.rbs', line 3555

def single_select
  @single_select
end

#textTypes::EvaluationFormTextQuestionProperties

Returns the value of attribute text.



3556
3557
3558
# File 'sig/types.rbs', line 3556

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3558
3559
3560
# File 'sig/types.rbs', line 3558

def unknown
  @unknown
end