Class: Aws::DataSync::Types::DescribeTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DescribeTaskRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
DescribeTaskRequest
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #task_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the transfer task that you want information about.
 
Instance Attribute Details
#task_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the transfer task that you want information about.
      2770 2771 2772 2773 2774  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2770 class DescribeTaskRequest < Struct.new( :task_arn) SENSITIVE = [] include Aws::Structure end  |