nextToken property
If the result of the previous ListPipelineExecutionSteps
request was truncated, the response includes a NextToken
. To
retrieve the next set of pipeline execution steps, use the token in the next
request.
Implementation
final String? nextToken;