# File lib/aws/ec2/snapshot_collection.rb, line 39
      def initialize(options = {})
        @owners = options[:owners] || []
        @restorable_by = options[:restorable_by] || []
        super(options)
      end