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