class Aws::Plugins::ResponsePaging::Handler
@api private
Public Instance Methods
call(context)
click to toggle source
# File lib/aws-sdk-core/plugins/response_paging.rb, line 24 def call(context) context[:original_params] = context.params resp = @handler.call(context) resp.extend(PageableResponse) resp.pager = context.operation[:pager] resp end