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