Values.AssociatedGatewaySourceInformation about the associated gateway.
type nonrec t = {id : GatewayIdentifier.t option;The ID of the associated gateway.
*)type_ : GatewayType.t option;The type of associated gateway.
*)ownerAccount : OwnerAccount.t option;The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
*)region : Region.t option;The Region where the associated gateway is located.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GatewayIdentifier.t ]) list ]