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 that you want information about.

Returns:

  • (String)


2770
2771
2772
2773
2774
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2770

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