# File lib/fog/compute/models/aws/snapshots.rb, line 15
        def initialize(attributes)
          self.filters ||= { 'RestorableBy' => 'self' }
          super
        end