# File lib/fog/aws/models/rds/security_groups.rb, line 19
        def all(filters_arg = filters)
          filters = filters_arg
          data = service.describe_db_security_groups(filters).body['DescribeDBSecurityGroupsResult']['DBSecurityGroups']
          load(data) # data is an array of attribute hashes
        end