class
Amazonite::Sqs::ChangeMessageVisibilityBatchResult
- Amazonite::Sqs::ChangeMessageVisibilityBatchResult
- Reference
- Object
Overview
For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
Included Modules
- JSON::Serializable
Defined in:
sqs/change_message_visibility_batch_result.crConstructors
- .new(successful : Array(ChangeMessageVisibilityBatchResultEntry), failed : Array(BatchResultErrorEntry))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failed : Array(BatchResultErrorEntry)
A list of
BatchResultErrorEntryitems. -
#failed=(failed : Array(BatchResultErrorEntry))
A list of
BatchResultErrorEntryitems. -
#hash(hasher)
See
Object#hash(hasher) -
#successful : Array(ChangeMessageVisibilityBatchResultEntry)
A list of
ChangeMessageVisibilityBatchResultEntryitems. -
#successful=(successful : Array(ChangeMessageVisibilityBatchResultEntry))
A list of
ChangeMessageVisibilityBatchResultEntryitems. - #validate! : Nil
Constructor Detail
def self.new(successful : Array(ChangeMessageVisibilityBatchResultEntry), failed : Array(BatchResultErrorEntry))
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def successful : Array(ChangeMessageVisibilityBatchResultEntry)
#
A list of ChangeMessageVisibilityBatchResultEntry items.
def successful=(successful : Array(ChangeMessageVisibilityBatchResultEntry))
#
A list of ChangeMessageVisibilityBatchResultEntry items.