Class: Aws::EC2::Types::CreateInstanceExportTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateInstanceExportTaskRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description for the conversion task or the resource being exported.
 - 
  
    
      #export_to_s3_task  ⇒ Types::ExportToS3TaskSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format and location for an export instance task.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 - 
  
    
      #tag_specifications  ⇒ Array<Types::TagSpecification> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags to apply to the export instance task during creation.
 - 
  
    
      #target_environment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target virtualization environment.
 
Instance Attribute Details
#description ⇒ String
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
      9333 9334 9335 9336 9337 9338 9339 9340 9341  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9333 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end  | 
  
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
The format and location for an export instance task.
      9333 9334 9335 9336 9337 9338 9339 9340 9341  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9333 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance.
      9333 9334 9335 9336 9337 9338 9339 9340 9341  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9333 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end  | 
  
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the export instance task during creation.
      9333 9334 9335 9336 9337 9338 9339 9340 9341  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9333 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end  | 
  
#target_environment ⇒ String
The target virtualization environment.
      9333 9334 9335 9336 9337 9338 9339 9340 9341  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9333 class CreateInstanceExportTaskRequest < Struct.new( :tag_specifications, :description, :instance_id, :target_environment, :export_to_s3_task) SENSITIVE = [] include Aws::Structure end  |