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.



3562
3563
3564
# File 'sig/types.rbs', line 3562

def multi_select
  @multi_select
end

#numericTypes::EvaluationFormNumericQuestionProperties

Returns the value of attribute numeric.



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

def numeric
  @numeric
end

#single_selectTypes::EvaluationFormSingleSelectQuestionProperties

Returns the value of attribute single_select.



3560
3561
3562
# File 'sig/types.rbs', line 3560

def single_select
  @single_select
end

#textTypes::EvaluationFormTextQuestionProperties

Returns the value of attribute text.



3561
3562
3563
# File 'sig/types.rbs', line 3561

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3563
3564
3565
# File 'sig/types.rbs', line 3563

def unknown
  @unknown
end