Class: Aws::EC2::Types::ClassicLinkInstance
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ClassicLinkInstance
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
<note markdown=“1”> Deprecated.
</note>
Describes a linked EC2-Classic instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #groups  ⇒ Array<Types::GroupIdentifier> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security groups.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the instance.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#groups ⇒ Array<Types::GroupIdentifier>
The security groups.
      5861 5862 5863 5864 5865 5866 5867 5868  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5861 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance.
      5861 5862 5863 5864 5865 5866 5867 5868  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5861 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the instance.
      5861 5862 5863 5864 5865 5866 5867 5868  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5861 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      5861 5862 5863 5864 5865 5866 5867 5868  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5861 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  |