ListPipelineExecutionsResponse constructor

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

Implementation

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