class AWS::EC2::VPNGateway

def vpn_connections

Returns:
  • (VPNConnectionCollection) - Returns a collection
def vpn_connections
  connections = VPNConnectionCollection.new(:config => config)
  connections.filter('vpn-gateway-id', id)
end