Class: Aws::DataSync::Types::DescribeTaskRequest

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

Overview

DescribeTaskRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_arnString

Specifies the Amazon Resource Name (ARN) of the transfer task.

Returns:

  • (String)


2763
2764
2765
2766
2767
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2763

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