# File lib/fog/aws/models/rds/subnet_groups.rb, line 12 def all data = service.describe_db_subnet_groups.body['DescribeDBSubnetGroupsResult']['DBSubnetGroups'] load(data) # data is an array of attribute hashes end