StopPipelineExecutionResponse constructor

StopPipelineExecutionResponse({
  1. String? pipelineExecutionArn,
})

Implementation

StopPipelineExecutionResponse({
  this.pipelineExecutionArn,
});