Values_2.PipelineSummarySourceA summary of a pipeline.
type nonrec t = {pipelineArn : Values_1.PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)pipelineName : Values_1.PipelineName.t option;The name of the pipeline.
*)pipelineDisplayName : Values_1.PipelineName.t option;The display name of the pipeline.
*)pipelineDescription : Values_1.PipelineDescription.t option;The description of the pipeline.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) that the pipeline used to execute.
*)creationTime : Values_0.Timestamp.t option;The creation time of the pipeline.
*)lastModifiedTime : Values_0.Timestamp.t option;The time that the pipeline was last modified.
*)lastExecutionTime : Values_0.Timestamp.t option;The last time that a pipeline execution began.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.PipelineArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]