nextToken property

String? nextToken
inherited

Pagination token for the next page of results. This value is returned when there are multiple pages of results, as the current request may only return a subset of results. To retrieve the full list, keep passing the value from this field in the pagination_token query parameter. When this field is not returned in the response, it means you've reached the last page of results, and that there are no further pages.

Implementation

String? get nextToken => throw _privateConstructorUsedError;