Class: Aws::EC2::Types::ModifyVpnTunnelOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpnTunnelOptionsResult
- 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.
54828 54829 54830 54831 54832 |
# File 'lib/aws-sdk-ec2/types.rb', line 54828 class ModifyVpnTunnelOptionsResult < Struct.new( :vpn_connection) SENSITIVE = [] include Aws::Structure end |