module Aws::PageableResponse::UnsafeEnumerableMethods

A handful of Enumerable methods, such as count are not safe to call on a pageable response, as this would trigger n api calls simply to count the number of response pages, when likely what is wanted is to access count on the data. Same for to_h. @api private