class Aws::Pager
def next_tokens(response)
-
(Hash)-
Parameters:
-
response(Seahorse::Client::Response) --
def next_tokens(response) @tokens.each.with_object({}) do |(source, target), next_tokens| value = JMESPath.search(source, response.data) next_tokens[target.to_sym] = value unless empty_value?(value) end end