Class: Aws::EC2::Types::EnableVpcClassicLinkDnsSupportRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::EnableVpcClassicLinkDnsSupportRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#vpc_id ⇒ String
The ID of the VPC.
      34250 34251 34252 34253 34254  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 34250 class EnableVpcClassicLinkDnsSupportRequest < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end  |