Class: Aws::DataSync::Types::DeleteTaskRequest

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

Overview

DeleteTask

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_arnString

Specifies the Amazon Resource Name (ARN) of the task that you want to delete.

Returns:

  • (String)


1399
1400
1401
1402
1403
# File 'lib/aws-sdk-datasync/types.rb', line 1399

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