Class: Aws::Types::SendMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_time ⇒ ::String
Returns the value of attribute absolute_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message_metadata ⇒ Types::MessageProcessingMetadata
Returns the value of attribute message_metadata.
Instance Attribute Details
#absolute_time ⇒ ::String
Returns the value of attribute absolute_time.
219 220 221 |
# File 'sig/types.rbs', line 219 def absolute_time @absolute_time end |
#id ⇒ ::String
Returns the value of attribute id.
218 219 220 |
# File 'sig/types.rbs', line 218 def id @id end |
#message_metadata ⇒ Types::MessageProcessingMetadata
Returns the value of attribute message_metadata.
220 221 222 |
# File 'sig/types.rbs', line 220 def @message_metadata end |