Class: Aws::Types::QuestionDifference
- Inherits:
-
Object
- Object
- Aws::Types::QuestionDifference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#difference_status ⇒ "UPDATED", ...
Returns the value of attribute difference_status.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#question_title ⇒ ::String
Returns the value of attribute question_title.
Instance Attribute Details
#difference_status ⇒ "UPDATED", ...
Returns the value of attribute difference_status.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def difference_status @difference_status end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def question_title @question_title end |