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:
parent
5a2731b5c3
commit
951f5f8fdd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue