class
Amazonite::Sqs::SendMessageBatchRequest
- Amazonite::Sqs::SendMessageBatchRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/send_message_batch_request.crConstructors
- .new(queue_url : String, entries : Array(SendMessageBatchRequestEntry))
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(SendMessageBatchRequestEntry)
A list of
SendMessageBatchRequestEntryitems. -
#entries=(entries : Array(SendMessageBatchRequestEntry))
A list of
SendMessageBatchRequestEntryitems. -
#hash(hasher)
See
Object#hash(hasher) -
#queue_url : String
The URL of the Amazon SQS queue to which batched messages are sent.
-
#queue_url=(queue_url : String)
The URL of the Amazon SQS queue to which batched messages are sent.
- #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=(entries : Array(SendMessageBatchRequestEntry))
#
A list of SendMessageBatchRequestEntry items.
def queue_url : String
#
The URL of the Amazon SQS queue to which batched messages are sent.
Queue URLs and names are case-sensitive.
def queue_url=(queue_url : String)
#
The URL of the Amazon SQS queue to which batched messages are sent.
Queue URLs and names are case-sensitive.