nextToken property
When the number of shards in the data stream is greater than the default
value for the MaxResults
parameter, or if you explicitly
specify a value for MaxResults
that is less than the number of
shards in the data stream, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in
a subsequent call to ListShards
to list the next set of shards.
For more information about the use of this pagination token when calling the
ListShards
operation, see ListShardsInput$NextToken.
Implementation
final String? nextToken;