class Aws::Stubbing::StubData

def remove_paging_tokens(stub)

def remove_paging_tokens(stub)
  if @pager
    @pager.instance_variable_get("@tokens").keys.each do |path|
      key = path.split(/\b/)[0]
      stub[key] = nil
    end
  end
end