ListPipelineExecutionStepsResponse constructor

ListPipelineExecutionStepsResponse({
  1. String? nextToken,
  2. List<PipelineExecutionStep>? pipelineExecutionSteps,
})

Implementation

ListPipelineExecutionStepsResponse({
  this.nextToken,
  this.pipelineExecutionSteps,
});