1
0
Fork 0
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:
Brian Knight 2018-07-03 14:59:11 -04:00
parent 31e07af3b6
commit 3f41c76441

View file

@ -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