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:



4326
4327
4328
4329
# File 'lib/aws-sdk-ec2/types.rb', line 4326

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