Class: Aws::Types::ExactResponseFields
- Inherits:
-
Object
- Object
- Aws::Types::ExactResponseFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_field ⇒ ::String
Returns the value of attribute answer_field.
-
#question_field ⇒ ::String
Returns the value of attribute question_field.
Instance Attribute Details
#answer_field ⇒ ::String
Returns the value of attribute answer_field.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def answer_field @answer_field end |
#question_field ⇒ ::String
Returns the value of attribute question_field.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def question_field @question_field end |