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

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


1468
1469
1470
1471
1472
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1468

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