Values.DescribeGatewayRequestSourceDisplays the details of a gateway. The response includes the gateway Amazon Resource Name (ARN), name, and CIDR blocks, as well as details about the networks.
type nonrec t = {gatewayArn : DescribeGatewayRequestGatewayArnString.t;The ARN of the gateway that you want to describe.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DescribeGatewayRequestGatewayArnString.t ]) list ]