# File lib/aws/collections.rb, line 169
      def next_token_for response
        method = next_token_key
        response.respond_to?(method) ? response.send(method) : nil
      end