Class: Aws::EC2::Types::DescribeVpnGatewaysResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpn_gatewaysArray<Types::VpnGateway>

Information about one or more virtual private gateways.

Returns:



28117
28118
28119
28120
28121
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28117

class DescribeVpnGatewaysResult < Struct.new(
  :vpn_gateways)
  SENSITIVE = []
  include Aws::Structure
end