module Aws::PageableResponse::Extension

The actual decorator module implementation. It is in a distinct module so that it can be used to extend objects without busting Ruby’s constant cache. object.extend(mod) bust the constant cache only if ‘mod` contains constants of its own. @api private