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