# File lib/aws/core/collection.rb, line 107
      def first options = {}
        enum(options.merge(:limit => 1)).first
      end