ListPipelineExecutionsOutput constructor

ListPipelineExecutionsOutput({
  1. String? nextToken,
  2. List<PipelineExecutionSummary>? pipelineExecutionSummaries,
})

Implementation

ListPipelineExecutionsOutput({
  this.nextToken,
  this.pipelineExecutionSummaries,
});