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

[aws|elasticache] fix Elasticahce::Cluster.security_groups attribute

This commit is contained in:
Benton Roberts 2011-09-09 13:10:16 -04:00 committed by geemus
parent 5a2731b5c3
commit 951f5f8fdd

View file

@ -24,7 +24,7 @@ module Fog
attribute :create_time,
:aliases => 'CacheClusterCreateTime', :type => :date_time
attribute :security_groups,
:aliases => 'CacheSecurityGroupNames', :type => :array
:aliases => 'CacheSecurityGroups', :type => :array
attribute :notification_config,
:aliases => 'NotificationConfiguration', :type => :hash