Class: Aws::EC2::Types::DescribeVpnConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpnConnectionsResult
- Defined in:
- gems/aws-sdk-ec2/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.
32297 32298 32299 32300 32301 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32297 class DescribeVpnConnectionsResult < Struct.new( :vpn_connections) SENSITIVE = [] include Aws::Structure end |