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

          if attributes[:type]
            filters[:type] = attributes[:type]
          end
          super
        end