Values_7.AssignPrivateNatGatewayAddressResultSourceAssigns private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
type nonrec t = {natGatewayId : Values_2.NatGatewayId.t option;The ID of the NAT gateway.
*)natGatewayAddresses : Values_1.NatGatewayAddressList.t option;NAT gateway IP addresses.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_2.NatGatewayId.t ])
list ]