DescribePipelineResponse constructor
DescribePipelineResponse({
- UserContext? createdBy,
- DateTime? creationTime,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- DateTime? lastRunTime,
- String? pipelineArn,
- String? pipelineDefinition,
- String? pipelineDescription,
- String? pipelineDisplayName,
- String? pipelineName,
- PipelineStatus? pipelineStatus,
- 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,
});