Class: Aws::EC2::Types::ModifyVpnTunnelOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpnTunnelOptionsResult
- Defined in:
- gems/aws-sdk-ec2/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.
70627 70628 70629 70630 70631 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70627 class ModifyVpnTunnelOptionsResult < Struct.new( :vpn_connection) SENSITIVE = [] include Aws::Structure end |