Class: Aws::DataSync::Types::CancelTaskExecutionRequest

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

Overview

CancelTaskExecutionRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_execution_arnString

The Amazon Resource Name (ARN) of the task execution to stop.

Returns:

  • (String)


174
175
176
177
178
# File 'lib/aws-sdk-datasync/types.rb', line 174

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