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