# File lib/aws/collections.rb, line 185
      def first
        enumerator(:limit => 1).first  
      end