1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Added DBSubnetGroupName to test format for RDS instances

This commit is contained in:
Rusty Geldmacher 2012-08-21 13:04:48 -04:00
parent d1354869e8
commit 49cf6ac35a

View file

@ -115,6 +115,7 @@ class AWS
'Status' => String,
'DBSecurityGroupName' => String
}],
'DBSubnetGroupName' => Fog::Nullable::String,
'Endpoint' => {
'Address' => Fog::Nullable::String,
'Port' => Fog::Nullable::Integer