Values_2.LocalGatewayRouteTableSourceDescribes a local gateway route table.
type nonrec t = {localGatewayRouteTableId : Values_0.String_.t option;The ID of the local gateway route table.
*)localGatewayRouteTableArn : Values_0.ResourceArn.t option;The Amazon Resource Name (ARN) of the local gateway route table.
*)localGatewayId : Values_1.LocalGatewayId.t option;The ID of the local gateway.
*)outpostArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the Outpost.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the local gateway route table.
*)state : Values_0.String_.t option;The state of the local gateway route table.
*)mode : Values_1.LocalGatewayRouteTableMode.t option;The mode of the local gateway route table.
*)stateReason : Values_0.StateReason.t option;Information about the state change.
*)}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 * [> `String of string ]) list ])
list ]