# File lib/aws/core/collection.rb, line 120
      def enum options = {}
        Enumerator.new(self, :each, options) 
      end