Class: Aws::SQS::Types::StartMessageMoveTaskResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_handleString

An identifier associated with a message movement task. You can use this identifier to cancel a specified message movement task using the ‘CancelMessageMoveTask` action.

Returns:

  • (String)


2685
2686
2687
2688
2689
# File 'lib/aws-sdk-sqs/types.rb', line 2685

class StartMessageMoveTaskResult < Struct.new(
  :task_handle)
  SENSITIVE = []
  include Aws::Structure
end