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.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def question @question end |
#section ⇒ Types::EvaluationFormSection
Returns the value of attribute section.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def section @section end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def unknown @unknown end |