ListPipelineExecutionStepsResponse constructor
ListPipelineExecutionStepsResponse({
- String? nextToken,
- List<
PipelineExecutionStep> ? pipelineExecutionSteps,
Implementation
ListPipelineExecutionStepsResponse({
this.nextToken,
this.pipelineExecutionSteps,
});