Class: Aws::EC2::Types::CreateVpnConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpnConnectionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of CreateVpnConnection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpn_connection ⇒ Types::VpnConnection
Information about the VPN connection.
Instance Attribute Details
#vpn_connection ⇒ Types::VpnConnection
Information about the VPN connection.
14389 14390 14391 14392 14393 |
# File 'lib/aws-sdk-ec2/types.rb', line 14389 class CreateVpnConnectionResult < Struct.new( :vpn_connection) SENSITIVE = [] include Aws::Structure end |