Class: Aws::EC2::Types::CancelExportTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CancelExportTaskRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #export_task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the export task.
 
Instance Attribute Details
#export_task_id ⇒ String
The ID of the export task. This is the ID returned by the ‘CreateInstanceExportTask` and `ExportImage` operations.
      4360 4361 4362 4363 4364  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4360 class CancelExportTaskRequest < Struct.new( :export_task_id) SENSITIVE = [] include Aws::Structure end  |