Class: Aws::DataSync::Types::DeleteTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DeleteTaskRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
DeleteTask
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #task_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the task that you want to delete.
 
Instance Attribute Details
#task_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task that you want to delete.
      1522 1523 1524 1525 1526  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 1522 class DeleteTaskRequest < Struct.new( :task_arn) SENSITIVE = [] include Aws::Structure end  |