Class: Aws::EC2::Types::CreateVpcResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVpcResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc  ⇒ Types::Vpc 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPC.
 
Instance Attribute Details
#vpc ⇒ Types::Vpc
Information about the VPC.
      14351 14352 14353 14354 14355  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14351 class CreateVpcResult < Struct.new( :vpc) SENSITIVE = [] include Aws::Structure end  |