Class: Aws::Types::PutMessageFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMessageFeedbackRequest
- 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.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def @message_feedback_status end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def @message_id end |