mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Add attribute to the database response parser
This commit is contained in:
parent
31e07af3b6
commit
3f41c76441
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ module Fog
|
|||
'CharacterSetName', 'DbiResourceId', 'LicenseModel', 'KmsKeyId',
|
||||
'DBClusterIdentifier'
|
||||
@db_instance[name] = value
|
||||
when 'MultiAZ', 'AutoMinorVersionUpgrade', 'PubliclyAccessible', 'StorageEncrypted'
|
||||
when 'MultiAZ', 'AutoMinorVersionUpgrade', 'PubliclyAccessible',
|
||||
'StorageEncrypted', 'EnableIAMDatabaseAuthentication'
|
||||
@db_instance[name] = (value == 'true')
|
||||
when 'DBParameterGroups'
|
||||
@in_db_parameter_groups = false
|
||||
|
|
Loading…
Reference in a new issue