Values_2.LocalGatewaySourceDescribes a local gateway.
type nonrec t = {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.
*)state : Values_0.String_.t option;The state of the local gateway.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.LocalGatewayId.t ])
list ]