class Aws::Pager
def truncated?(response)
-
(Boolean)-
Parameters:
-
response(Seahorse::Client::Response) --
def truncated?(response) if @more_results JMESPath.search(@more_results, response.data) else next_t = next_tokens(response) prev_t = prev_tokens(response) !(next_t.empty? || next_t == prev_t) end end