nextToken property

String? nextToken
final

The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.

Implementation

final String? nextToken;