Class: Aws::Types::PutMessageFeedbackResult
- Inherits:
-
Object
- Object
- Aws::Types::PutMessageFeedbackResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_feedback_status ⇒ "RECEIVED", "FAILED"
Returns the value of attribute message_feedback_status.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
Instance Attribute Details
#message_feedback_status ⇒ "RECEIVED", "FAILED"
Returns the value of attribute message_feedback_status.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def @message_feedback_status end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def @message_id end |