Skip to content

/AWS1/CL_EC2CREATENATGWRESULT

CreateNatGatewayResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

IO_NATGATEWAY TYPE REF TO /AWS1/CL_EC2NATGATEWAY /AWS1/CL_EC2NATGATEWAY

Information about the NAT gateway.


Queryable Attributes

ClientToken

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

NatGateway

Information about the NAT gateway.

Accessible with the following methods

Method Description
GET_NATGATEWAY() Getter for NATGATEWAY