class
Amazonite::Sqs::SendMessageBatchResultEntry
- Amazonite::Sqs::SendMessageBatchResultEntry
- Reference
- Object
Overview
Encloses a MessageId for a successfully-enqueued message in a SendMessageBatch.
Included Modules
- JSON::Serializable
Defined in:
sqs/send_message_batch_result_entry.crConstructors
- .new(id : String, message_id : String, md5_of_message_body : String, md5_of_message_attributes : String | Nil = nil, md5_of_message_system_attributes : String | Nil = nil, sequence_number : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#id : String
An identifier for the message in this batch.
-
#id=(id : String)
An identifier for the message in this batch.
-
#md5_of_message_attributes : String | Nil
An MD5 digest of the non-URL-encoded message attribute string.
-
#md5_of_message_attributes=(md5_of_message_attributes : String | Nil)
An MD5 digest of the non-URL-encoded message attribute string.
-
#md5_of_message_body : String
An MD5 digest of the non-URL-encoded message body string.
-
#md5_of_message_body=(md5_of_message_body : String)
An MD5 digest of the non-URL-encoded message body string.
-
#md5_of_message_system_attributes : String | Nil
An MD5 digest of the non-URL-encoded message system attribute string.
-
#md5_of_message_system_attributes=(md5_of_message_system_attributes : String | Nil)
An MD5 digest of the non-URL-encoded message system attribute string.
-
#message_id : String
An identifier for the message.
-
#message_id=(message_id : String)
An identifier for the message.
-
#sequence_number : String | Nil
This parameter applies only to FIFO (first-in-first-out) queues.
-
#sequence_number=(sequence_number : String | Nil)
This parameter applies only to FIFO (first-in-first-out) queues.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of SequenceNumber is 128 bits. As SequenceNumber continues to increase for a
particular MessageGroupId.
This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of SequenceNumber is 128 bits. As SequenceNumber continues to increase for a
particular MessageGroupId.