Class: Aws::Types::PendingMessage
- Inherits:
-
Object
- Object
- Aws::Types::PendingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ Types::Message
Returns the value of attribute message.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
Instance Attribute Details
#message ⇒ Types::Message
Returns the value of attribute message.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def @message end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def @message_id end |