Class: Aws::EC2::Types::VpcClassicLink
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcClassicLink
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
<note markdown=“1”> Deprecated.
</note>
Describes whether a VPC is enabled for ClassicLink.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #classic_link_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the VPC is enabled for ClassicLink.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the VPC.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#classic_link_enabled ⇒ Boolean
Indicates whether the VPC is enabled for ClassicLink.
      73820 73821 73822 73823 73824 73825 73826  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73820 class VpcClassicLink < Struct.new( :classic_link_enabled, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the VPC.
      73820 73821 73822 73823 73824 73825 73826  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73820 class VpcClassicLink < Struct.new( :classic_link_enabled, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      73820 73821 73822 73823 73824 73825 73826  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73820 class VpcClassicLink < Struct.new( :classic_link_enabled, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end  |