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 =

Instance Attribute Summary collapse

Instance Attribute Details

#multi_selectTypes::EvaluationFormMultiSelectQuestionProperties

Returns the value of attribute multi_select.



3646
3647
3648
# File 'sig/types.rbs', line 3646

def multi_select
  @multi_select
end

#numericTypes::EvaluationFormNumericQuestionProperties

Returns the value of attribute numeric.



3643
3644
3645
# File 'sig/types.rbs', line 3643

def numeric
  @numeric
end

#single_selectTypes::EvaluationFormSingleSelectQuestionProperties

Returns the value of attribute single_select.



3644
3645
3646
# File 'sig/types.rbs', line 3644

def single_select
  @single_select
end

#textTypes::EvaluationFormTextQuestionProperties

Returns the value of attribute text.



3645
3646
3647
# File 'sig/types.rbs', line 3645

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.



3647
3648
3649
# File 'sig/types.rbs', line 3647

def unknown
  @unknown
end