/AWS1/CL_NWFDELETEPROXYRSP¶
DeleteProxyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_natgatewayid TYPE /AWS1/NWFNATGATEWAYID /AWS1/NWFNATGATEWAYID¶
The NAT Gateway the Proxy was attached to.
iv_proxyname TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME¶
The descriptive name of the proxy. You can't change the name of a proxy after you create it.
iv_proxyarn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN¶
The Amazon Resource Name (ARN) of a proxy.
Queryable Attributes¶
NatGatewayId¶
The NAT Gateway the Proxy was attached to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NATGATEWAYID() |
Getter for NATGATEWAYID, with configurable default |
ASK_NATGATEWAYID() |
Getter for NATGATEWAYID w/ exceptions if field has no value |
HAS_NATGATEWAYID() |
Determine if NATGATEWAYID has a value |
ProxyName¶
The descriptive name of the proxy. You can't change the name of a proxy after you create it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROXYNAME() |
Getter for PROXYNAME, with configurable default |
ASK_PROXYNAME() |
Getter for PROXYNAME w/ exceptions if field has no value |
HAS_PROXYNAME() |
Determine if PROXYNAME has a value |
ProxyArn¶
The Amazon Resource Name (ARN) of a proxy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROXYARN() |
Getter for PROXYARN, with configurable default |
ASK_PROXYARN() |
Getter for PROXYARN w/ exceptions if field has no value |
HAS_PROXYARN() |
Determine if PROXYARN has a value |