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