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:
parent
d1354869e8
commit
49cf6ac35a
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class AWS
|
|||
'Status' => String,
|
||||
'DBSecurityGroupName' => String
|
||||
}],
|
||||
'DBSubnetGroupName' => Fog::Nullable::String,
|
||||
'Endpoint' => {
|
||||
'Address' => Fog::Nullable::String,
|
||||
'Port' => Fog::Nullable::Integer
|
||||
|
|
Loading…
Add table
Reference in a new issue