Values.EventTriggerSummaryItemSourceThe summary of the event trigger.
type nonrec t = {objectTypeName : TypeName.t option;The unique name of the object type.
*)eventTriggerName : Name.t option;The unique name of the event trigger.
*)description : Text.t option;The description of the event trigger.
*)createdAt : Timestamp.t option;The timestamp of when the event trigger was created.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the event trigger was most recently updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of TypeName.t
| `Timestamp of Timestamp.t ])
list ]