class AWS::Core::PageResult
def last_page?
-
(Boolean)
- Returns true if this is the last page of results.
def last_page? next_token.nil? end
(Boolean)
- Returns true if this is the last page of results.
def last_page? next_token.nil? end