get_paginator
returns False when methods have a next page token
#4095
Unanswered
kharigardner
asked this question in
Q&A
Replies: 1 comment
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I see certain methods in the API return a
next_page_token
for example,CostExplorer.get_cost_and_usage
, but when usingclient.can_paginate('get_cost_and_usage')
the result is False.Is this intended? What does paginate mean in the API context if a next page token in the response doesn't qualify as pagination?
Beta Was this translation helpful? Give feedback.
All reactions