nextToken property
The token returned by a previous call to indicate that there is more data
available. If not null, more results are available. Pass this value for the
NextMarker
parameter in a subsequent call to
ListAttacks
to retrieve the next set of items.
Shield Advanced might return the list of AttackSummary objects in
batches smaller than the number specified by MaxResults. If there are more
attack summary objects to return, Shield Advanced will always also return a
NextToken
.
Implementation
final String? nextToken;