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.
30305 30306 30307 30308 30309 |
# File 'lib/aws-sdk-ec2/types.rb', line 30305 class DescribeVpnConnectionsResult < Struct.new( :vpn_connections) SENSITIVE = [] include Aws::Structure end |