Retrieve the number of items yielded thus far by this iterator.
Retrieve the number of items scanned thus far during the execution of this iterator. This number should be the same as count unless a filter expression was used.
Detaches the underlying paginator from this iterator and returns it. The paginator will yield arrays of unmarshalled items, with each yielded array corresponding to a single call to the underlying API. As with the underlying API, pages may contain a variable number of items or no items, in which case an empty array will be yielded.
Calling this method will disable further iteration.
Retrieve the reported capacity consumed by this iterator. Will be undefined unless returned consumed capacity is requested.