/AWS1/CL_BDODELETEGWTARGETRSP¶
DeleteGatewayTargetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayarn TYPE /AWS1/BDOGATEWAYARN /AWS1/BDOGATEWAYARN¶
The Amazon Resource Name (ARN) of the gateway.
iv_targetid TYPE /AWS1/BDOTARGETID /AWS1/BDOTARGETID¶
The unique identifier of the deleted gateway target.
iv_status TYPE /AWS1/BDOTARGETSTATUS /AWS1/BDOTARGETSTATUS¶
The current status of the gateway target deletion.
Optional arguments:¶
it_statusreasons TYPE /AWS1/CL_BDOSTATUSREASONS_W=>TT_STATUSREASONS TT_STATUSREASONS¶
The reasons for the current status of the gateway target deletion.
Queryable Attributes¶
gatewayArn¶
The Amazon Resource Name (ARN) of the gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYARN() |
Getter for GATEWAYARN, with configurable default |
ASK_GATEWAYARN() |
Getter for GATEWAYARN w/ exceptions if field has no value |
HAS_GATEWAYARN() |
Determine if GATEWAYARN has a value |
targetId¶
The unique identifier of the deleted gateway target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETID() |
Getter for TARGETID, with configurable default |
ASK_TARGETID() |
Getter for TARGETID w/ exceptions if field has no value |
HAS_TARGETID() |
Determine if TARGETID has a value |
status¶
The current status of the gateway target deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReasons¶
The reasons for the current status of the gateway target deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASONS() |
Getter for STATUSREASONS, with configurable default |
ASK_STATUSREASONS() |
Getter for STATUSREASONS w/ exceptions if field has no value |
HAS_STATUSREASONS() |
Determine if STATUSREASONS has a value |