# File lib/fog/aws/models/rds/parameter_groups.rb, line 12
        def all
          data = connection.describe_db_parameter_groups.body['DescribeDBParameterGroupsResult']['DBParameterGroups']
          load(data) # data is an array of attribute hashes
        end