Class: Aws::EC2::Types::CreateVpnGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVpnGatewayResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of CreateVpnGateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpn_gateway  ⇒ Types::VpnGateway 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the virtual private gateway.
 
Instance Attribute Details
#vpn_gateway ⇒ Types::VpnGateway
Information about the virtual private gateway.
      14490 14491 14492 14493 14494  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14490 class CreateVpnGatewayResult < Struct.new( :vpn_gateway) SENSITIVE = [] include Aws::Structure end  |