Class: Aws::EC2::Types::DescribeVpnGatewaysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpnGatewaysResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Contains the output of DescribeVpnGateways.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpn_gateways ⇒ Array<Types::VpnGateway>
Information about one or more virtual private gateways.
Instance Attribute Details
#vpn_gateways ⇒ Array<Types::VpnGateway>
Information about one or more virtual private gateways.
30421 30422 30423 30424 30425 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30421 class DescribeVpnGatewaysResult < Struct.new( :vpn_gateways) SENSITIVE = [] include Aws::Structure end |