class
Amazonite::Sqs::DeleteMessageBatchRequestEntry
- Amazonite::Sqs::DeleteMessageBatchRequestEntry
- Reference
- Object
Overview
Encloses a receipt handle and an identifier for it.
Included Modules
- JSON::Serializable
Defined in:
sqs/delete_message_batch_request_entry.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#id : String
The identifier for this particular receipt handle.
-
#id=(id : String)
The identifier for this particular receipt handle.
-
#receipt_handle : String
A receipt handle.
-
#receipt_handle=(receipt_handle : String)
A receipt handle.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identifier for this particular receipt handle. This is used to communicate the result.
The Ids of a batch request need to be unique within a request.
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
The identifier for this particular receipt handle. This is used to communicate the result.
The Ids of a batch request need to be unique within a request.
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).