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