# File lib/fog/aws/models/elasticache/subnet_groups.rb, line 9 def all data = service.describe_cache_subnet_groups.body['DescribeCacheSubnetGroupsResult']['CacheSubnetGroups'] load(data) # data is an array of attribute hashes end