# File lib/fog/aws/models/rds/snapshots.rb, line 13
        def initialize(attributes)
          self.filters ||= {}
          if attributes[:server]
            filters[:identifier] = attributes[:server].id
          end
          super
        end