class
Amazonite::Sqs::DeleteMessageBatchRequest
- Amazonite::Sqs::DeleteMessageBatchRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/delete_message_batch_request.crConstructors
- .new(queue_url : String, entries : Array(DeleteMessageBatchRequestEntry))
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(DeleteMessageBatchRequestEntry)
Lists the receipt handles for the messages to be deleted.
-
#entries=(entries : Array(DeleteMessageBatchRequestEntry))
Lists the receipt handles for the messages to be deleted.
-
#hash(hasher)
See
Object#hash(hasher) -
#queue_url : String
The URL of the Amazon SQS queue from which messages are deleted.
-
#queue_url=(queue_url : String)
The URL of the Amazon SQS queue from which messages are deleted.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def entries : Array(DeleteMessageBatchRequestEntry)
#
Lists the receipt handles for the messages to be deleted.
def entries=(entries : Array(DeleteMessageBatchRequestEntry))
#
Lists the receipt handles for the messages to be deleted.
def queue_url : String
#
The URL of the Amazon SQS queue from which messages are deleted.
Queue URLs and names are case-sensitive.
def queue_url=(queue_url : String)
#
The URL of the Amazon SQS queue from which messages are deleted.
Queue URLs and names are case-sensitive.