class Aws::PageableResponse
def next_page(params = {})
-
(Seahorse::Client::Response)-
def next_page(params = {}) if last_page? raise LastPageError.new(self) else PageableResponse.new(next_response(params), pager) end end
(Seahorse::Client::Response)
-
def next_page(params = {}) if last_page? raise LastPageError.new(self) else PageableResponse.new(next_response(params), pager) end end