StartPipelineExecutionResponse constructor

StartPipelineExecutionResponse({
  1. String? pipelineExecutionArn,
})

Implementation

StartPipelineExecutionResponse({
  this.pipelineExecutionArn,
});