Class: Aws::Types::EvaluationFormItem
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Question, Section, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#question ⇒ Types::EvaluationFormQuestion
Returns the value of attribute question.
-
#section ⇒ Types::EvaluationFormSection
Returns the value of attribute section.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#question ⇒ Types::EvaluationFormQuestion
Returns the value of attribute question.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def question @question end |
#section ⇒ Types::EvaluationFormSection
Returns the value of attribute section.
3479 3480 3481 |
# File 'sig/types.rbs', line 3479 def section @section end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def unknown @unknown end |