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)


1435
1436
1437
1438
1439
# File 'lib/aws-sdk-datasync/types.rb', line 1435

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