Class: Aws::Types::SendMessageBatchResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageBatchResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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
#id ⇒ ::String
Returns the value of attribute id.
403 404 405 |
# File 'sig/types.rbs', line 403 def id @id end |
#md5_of_message_attributes ⇒ ::String
Returns the value of attribute md5_of_message_attributes.
406 407 408 |
# File 'sig/types.rbs', line 406 def end |
#md5_of_message_body ⇒ ::String
Returns the value of attribute md5_of_message_body.
405 406 407 |
# File 'sig/types.rbs', line 405 def end |
#md5_of_message_system_attributes ⇒ ::String
Returns the value of attribute md5_of_message_system_attributes.
407 408 409 |
# File 'sig/types.rbs', line 407 def end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
404 405 406 |
# File 'sig/types.rbs', line 404 def end |
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
408 409 410 |
# File 'sig/types.rbs', line 408 def sequence_number @sequence_number end |