Class: Aws::EC2::Types::InstanceExportDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceExportDetails
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Describes an instance to export.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource being exported.
 - 
  
    
      #target_environment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target virtualization environment.
 
Instance Attribute Details
#instance_id ⇒ String
The ID of the resource being exported.
      47905 47906 47907 47908 47909 47910  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47905 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end  | 
  
#target_environment ⇒ String
The target virtualization environment.
      47905 47906 47907 47908 47909 47910  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47905 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end  |