Class: Aws::EC2::Types::ExportTask
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ExportTask
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an export instance task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the resource being exported.
 - 
  
    
      #export_task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the export task.
 - 
  
    
      #export_to_s3_task  ⇒ Types::ExportToS3Task 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the export task.
 - 
  
    
      #instance_export_details  ⇒ Types::InstanceExportDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the instance to export.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the export task.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message related to the export task.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the export task.
 
Instance Attribute Details
#description ⇒ String
A description of the resource being exported.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#export_task_id ⇒ String
The ID of the export task.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#export_to_s3_task ⇒ Types::ExportToS3Task
Information about the export task.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_export_details ⇒ Types::InstanceExportDetails
Information about the instance to export.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the export task.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
The status message related to the export task.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the export task.
      32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32772 class ExportTask < Struct.new( :description, :export_task_id, :export_to_s3_task, :instance_export_details, :state, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  |