Values_2.PipelineVersionSummarySourceThe summary of the pipeline version.
type nonrec t = {pipelineArn : Values_1.PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)pipelineVersionId : Values_1.PipelineVersionId.t option;The ID of the pipeline version.
*)creationTime : Values_0.Timestamp.t option;The creation time of the pipeline version.
*)pipelineVersionDescription : Values_1.PipelineVersionDescription.t option;The description of the pipeline version.
*)pipelineVersionDisplayName : Values_1.PipelineVersionName.t option;The display name of the pipeline version.
*)lastExecutionPipelineExecutionArn : Values_0.PipelineExecutionArn.t option;The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_1.PipelineVersionId.t
| `String of Values_1.PipelineArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]