DescribePipelineResponse constructor

DescribePipelineResponse({
  1. UserContext? createdBy,
  2. DateTime? creationTime,
  3. UserContext? lastModifiedBy,
  4. DateTime? lastModifiedTime,
  5. DateTime? lastRunTime,
  6. String? pipelineArn,
  7. String? pipelineDefinition,
  8. String? pipelineDescription,
  9. String? pipelineDisplayName,
  10. String? pipelineName,
  11. PipelineStatus? pipelineStatus,
  12. String? roleArn,
})

Implementation

DescribePipelineResponse({
  this.createdBy,
  this.creationTime,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.lastRunTime,
  this.pipelineArn,
  this.pipelineDefinition,
  this.pipelineDescription,
  this.pipelineDisplayName,
  this.pipelineName,
  this.pipelineStatus,
  this.roleArn,
});