ListPipelineExecutionsOutput constructor
ListPipelineExecutionsOutput({
- String? nextToken,
- List<
PipelineExecutionSummary> ? pipelineExecutionSummaries,
Implementation
ListPipelineExecutionsOutput({
this.nextToken,
this.pipelineExecutionSummaries,
});