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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sqs/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)


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