Class: Aws::Types::EvaluationFormQuestionTypeProperties
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormQuestionTypeProperties
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MultiSelect, Numeric, SingleSelect, Text, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multi_select ⇒ Types::EvaluationFormMultiSelectQuestionProperties
Returns the value of attribute multi_select.
-
#numeric ⇒ Types::EvaluationFormNumericQuestionProperties
Returns the value of attribute numeric.
-
#single_select ⇒ Types::EvaluationFormSingleSelectQuestionProperties
Returns the value of attribute single_select.
-
#text ⇒ Types::EvaluationFormTextQuestionProperties
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#multi_select ⇒ Types::EvaluationFormMultiSelectQuestionProperties
Returns the value of attribute multi_select.
3504 3505 3506 |
# File 'sig/types.rbs', line 3504 def multi_select @multi_select end |
#numeric ⇒ Types::EvaluationFormNumericQuestionProperties
Returns the value of attribute numeric.
3501 3502 3503 |
# File 'sig/types.rbs', line 3501 def numeric @numeric end |
#single_select ⇒ Types::EvaluationFormSingleSelectQuestionProperties
Returns the value of attribute single_select.
3502 3503 3504 |
# File 'sig/types.rbs', line 3502 def single_select @single_select end |
#text ⇒ Types::EvaluationFormTextQuestionProperties
Returns the value of attribute text.
3503 3504 3505 |
# File 'sig/types.rbs', line 3503 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3505 3506 3507 |
# File 'sig/types.rbs', line 3505 def unknown @unknown end |