Values.FlowTemplateSummarySourceAn object that contains summary information about a workflow.
type nonrec t = {id : Urn.t option;The ID of the workflow.
*)arn : Arn.t option;The ARN of the workflow.
*)revisionNumber : Version.t option;The revision number of the workflow.
*)createdAt : Timestamp.t option;The date when the workflow was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Version.t
| `String of Urn.t
| `Timestamp of Timestamp.t ])
list ]