# File lib/aws/collections.rb, line 44
      def enumerator options = {}
        Enumerator.new(self, :each, options) 
      end