Class: Aws::EC2::Types::CreateVpnConnectionResult

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

Overview

Contains the output of CreateVpnConnection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpn_connectionTypes::VpnConnection

Information about the VPN connection.



14431
14432
14433
14434
14435
# File 'lib/aws-sdk-ec2/types.rb', line 14431

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