Class: Aws::EC2::Types::DescribeVpnConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpnConnectionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of DescribeVpnConnections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpn_connections ⇒ Array<Types::VpnConnection>
Information about one or more VPN connections.
Instance Attribute Details
#vpn_connections ⇒ Array<Types::VpnConnection>
Information about one or more VPN connections.
27857 27858 27859 27860 27861 |
# File 'lib/aws-sdk-ec2/types.rb', line 27857 class DescribeVpnConnectionsResult < Struct.new( :vpn_connections) SENSITIVE = [] include Aws::Structure end |