class
Amazonite::Sqs::SendMessageResult
- Amazonite::Sqs::SendMessageResult
- Reference
- Object
Overview
The MD5OfMessageBody and MessageId elements.
Included Modules
- JSON::Serializable
Defined in:
sqs/send_message_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(md5_of_message_body : String | Nil = nil, md5_of_message_attributes : String | Nil = nil, md5_of_message_system_attributes : String | Nil = nil, message_id : String | Nil = nil, sequence_number : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#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 | Nil
An MD5 digest of the non-URL-encoded message body string.
-
#md5_of_message_body=(md5_of_message_body : String | Nil)
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 | Nil
An attribute containing the
MessageIdof the message sent to the queue. -
#message_id=(message_id : String | Nil)
An attribute containing the
MessageIdof the message sent to the queue. -
#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.
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.
An attribute containing the MessageId of the message sent to the queue. For more information,
see Queue and Message
Identifiers
in the Amazon SQS Developer Guide.
An attribute containing the MessageId of the message sent to the queue. For more information,
see Queue and Message
Identifiers
in the Amazon SQS Developer Guide.
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. 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. SequenceNumber continues to increase for a
particular MessageGroupId.