Class: Aws::EC2::Types::ModifyVpnConnectionOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpnConnectionOptionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
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.
54692 54693 54694 54695 54696 |
# File 'lib/aws-sdk-ec2/types.rb', line 54692 class ModifyVpnConnectionOptionsResult < Struct.new( :vpn_connection) SENSITIVE = [] include Aws::Structure end |