Class: Aws::DataSync::Types::CreateTaskResponse

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

Overview

CreateTaskResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


1384
1385
1386
1387
1388
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1384

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