Retrieve the reported capacity consumed by this paginator. Will be undefined unless returned consumed capacity is requested.
Retrieve the number of items yielded thus far by this paginator.
Retrieve the last reported LastEvaluatedKey
, unmarshalled according to
the schema used by this paginator.
Retrieve the number of items scanned thus far during the execution of this paginator. This number should be the same as count unless a filter expression was used.
Iterates over each page of items returned by a DynamoDB scan until no more pages are available.