Class: Aws::DataSync::Types::DescribeTaskExecutionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DescribeTaskExecutionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
DescribeTaskExecutionRequest
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #task_execution_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the task execution that you want information about.
 
Instance Attribute Details
#task_execution_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task execution that you want information about.
      2550 2551 2552 2553 2554  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2550 class DescribeTaskExecutionRequest < Struct.new( :task_execution_arn) SENSITIVE = [] include Aws::Structure end  |