Class: Aws::EC2::Types::ModifyVpnConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpnConnectionResult
- 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.
54740 54741 54742 54743 54744 |
# File 'lib/aws-sdk-ec2/types.rb', line 54740 class ModifyVpnConnectionResult < Struct.new( :vpn_connection) SENSITIVE = [] include Aws::Structure end |