nextToken property
In a paginated request, if this value isn't null
, it's the
token that you can pass in a subsequent request to get the next response
page.
Implementation
final String? nextToken;
In a paginated request, if this value isn't null
, it's the
token that you can pass in a subsequent request to get the next response
page.
final String? nextToken;