Values_2.TransitGatewaySourceDescribes a transit gateway.
type nonrec t = {transitGatewayId : Values_0.String_.t option;The ID of the transit gateway.
*)transitGatewayArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the transit gateway.
*)state : Values_1.TransitGatewayState.t option;The state of the transit gateway.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the transit gateway.
*)description : Values_0.String_.t option;The description of the transit gateway.
*)creationTime : Values_0.DateTime.t option;The creation time.
*)options : Values_1.TransitGatewayOptions.t option;The transit gateway options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]