Values_2.TransitGatewayPolicyTableSourceDescribes a transit gateway policy table.
type nonrec t = {transitGatewayPolicyTableId : Values_1.TransitGatewayPolicyTableId.t option;The ID of the transit gateway policy table.
*)transitGatewayId : Values_1.TransitGatewayId.t option;The ID of the transit gateway.
*)state : Values_1.TransitGatewayPolicyTableState.t option;The state of the transit gateway policy table
*)creationTime : Values_0.DateTime.t option;The timestamp when the transit gateway policy table was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.TransitGatewayPolicyTableId.t
| `Timestamp of Values_0.DateTime.t ])
list ]