class Amazonite::Sqs::DeleteMessageBatchResult

Overview

For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message can't be deleted.

Included Modules

Defined in:

sqs/delete_message_batch_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(successful : Array(DeleteMessageBatchResultEntry), 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(DeleteMessageBatchResultEntry) #

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

[View source]
def validate! : Nil #

[View source]