class Amazonite::Sqs::CancelMessageMoveTaskResult

Included Modules

Defined in:

sqs/cancel_message_move_task_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(approximate_number_of_messages_moved : Int64 | Nil = nil) #

[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 approximate_number_of_messages_moved : Int64 | Nil #

The approximate number of messages already moved to the destination queue.


[View source]
def approximate_number_of_messages_moved=(approximate_number_of_messages_moved : Int64 | Nil) #

The approximate number of messages already moved to the destination queue.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]