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

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

Overview

Contains the output of CreateVpnGateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpn_gatewayTypes::VpnGateway

Information about the virtual private gateway.

Returns:



13202
13203
13204
13205
13206
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13202

class CreateVpnGatewayResult < Struct.new(
  :vpn_gateway)
  SENSITIVE = []
  include Aws::Structure
end