class Amazonite::Sqs::ChangeMessageVisibilityBatchResult

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

Defined in:

sqs/change_message_visibility_batch_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(successful : Array(ChangeMessageVisibilityBatchResultEntry), failed : Array(BatchResultErrorEntry)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def failed : Array(BatchResultErrorEntry) #

A list of BatchResultErrorEntry items.


[View source]
def failed=(failed : Array(BatchResultErrorEntry)) #

A list of BatchResultErrorEntry items.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def successful : Array(ChangeMessageVisibilityBatchResultEntry) #

[View source]
def successful=(successful : Array(ChangeMessageVisibilityBatchResultEntry)) #

[View source]
def validate! : Nil #

[View source]