# File lib/fog/aws/models/rds/snapshots.rb, line 21
        def all(filters = filters)
          self.filters = filters
          data = connection.describe_db_snapshots(filters).body['DescribeDBSnapshotsResult']['DBSnapshots']
          load(data) # data is an array of attribute hashes
        end