Values.TunnelSummarySourceInformation about the tunnel.
type nonrec t = {tunnelId : TunnelId.t option;The unique alpha-numeric identifier for the tunnel.
*)tunnelArn : TunnelArn.t option;The Amazon Resource Name of the tunnel.
*)status : TunnelStatus.t option;The status of a tunnel. Valid values are: Open and Closed.
*)description : Description.t option;A description of the tunnel.
*)createdAt : DateType.t option;The time the tunnel was created.
*)lastUpdatedAt : DateType.t option;The time the tunnel was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TunnelId.t
| `Timestamp of DateType.t ])
list ]