class
Amazonite::Sqs::StartMessageMoveTaskResult
- Amazonite::Sqs::StartMessageMoveTaskResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/start_message_move_task_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(task_handle : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#task_handle : String | Nil
An identifier associated with a message movement task.
-
#task_handle=(task_handle : String | Nil)
An identifier associated with a message movement task.
- #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 task_handle : String | Nil
#
An identifier associated with a message movement task. You can use this identifier to cancel a
specified message movement task using the CancelMessageMoveTask action.
def task_handle=(task_handle : String | Nil)
#
An identifier associated with a message movement task. You can use this identifier to cancel a
specified message movement task using the CancelMessageMoveTask action.