Class: Aws::SQS::Types::StartMessageMoveTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::StartMessageMoveTaskResult
- Defined in:
- gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_handle ⇒ String
An identifier associated with a message movement task.
Instance Attribute Details
#task_handle ⇒ String
An identifier associated with a message movement task. You can use
this identifier to cancel a specified message movement task using
the CancelMessageMoveTask
action.
2726 2727 2728 2729 2730 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2726 class StartMessageMoveTaskResult < Struct.new( :task_handle) SENSITIVE = [] include Aws::Structure end |