class
Amazonite::Sqs::CancelMessageMoveTaskResult
- Amazonite::Sqs::CancelMessageMoveTaskResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/cancel_message_move_task_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#approximate_number_of_messages_moved : Int64 | Nil
The approximate number of messages already moved to the destination queue.
-
#approximate_number_of_messages_moved=(approximate_number_of_messages_moved : Int64 | Nil)
The approximate number of messages already moved to the destination queue.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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.
def approximate_number_of_messages_moved=(approximate_number_of_messages_moved : Int64 | Nil)
#
The approximate number of messages already moved to the destination queue.