Class: Aws::EC2::Types::CreateVpnGatewayResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of CreateVpnGateway.

Instance Attribute Summary collapse

Instance Attribute Details

#vpn_gatewayTypes::VpnGateway

Information about the virtual private gateway.

Returns:



7498
7499
7500
7501
# File 'lib/aws-sdk-ec2/types.rb', line 7498

class CreateVpnGatewayResult < Struct.new(
  :vpn_gateway)
  include Aws::Structure
end