Class: Aws::Types::SendMessageResult
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#md5_of_message_attributes ⇒ ::String
Returns the value of attribute md5_of_message_attributes.
-
#md5_of_message_body ⇒ ::String
Returns the value of attribute md5_of_message_body.
-
#md5_of_message_system_attributes ⇒ ::String
Returns the value of attribute md5_of_message_system_attributes.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
Instance Attribute Details
#md5_of_message_attributes ⇒ ::String
Returns the value of attribute md5_of_message_attributes.
425 426 427 |
# File 'sig/types.rbs', line 425 def end |
#md5_of_message_body ⇒ ::String
Returns the value of attribute md5_of_message_body.
424 425 426 |
# File 'sig/types.rbs', line 424 def end |
#md5_of_message_system_attributes ⇒ ::String
Returns the value of attribute md5_of_message_system_attributes.
426 427 428 |
# File 'sig/types.rbs', line 426 def end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def end |
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
428 429 430 |
# File 'sig/types.rbs', line 428 def sequence_number @sequence_number end |