/AWS1/CL_BDCDELETEABTESTRSP¶
DeleteABTestResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_abtestid TYPE /AWS1/BDCABTESTID /AWS1/BDCABTESTID¶
The unique identifier of the deleted A/B test.
iv_abtestarn TYPE /AWS1/BDCABTESTARN /AWS1/BDCABTESTARN¶
The Amazon Resource Name (ARN) of the deleted A/B test.
iv_status TYPE /AWS1/BDCABTESTSTATUS /AWS1/BDCABTESTSTATUS¶
The status of the A/B test deletion operation.
Queryable Attributes¶
abTestId¶
The unique identifier of the deleted A/B test.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABTESTID() |
Getter for ABTESTID, with configurable default |
ASK_ABTESTID() |
Getter for ABTESTID w/ exceptions if field has no value |
HAS_ABTESTID() |
Determine if ABTESTID has a value |
abTestArn¶
The Amazon Resource Name (ARN) of the deleted A/B test.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABTESTARN() |
Getter for ABTESTARN, with configurable default |
ASK_ABTESTARN() |
Getter for ABTESTARN w/ exceptions if field has no value |
HAS_ABTESTARN() |
Determine if ABTESTARN has a value |
status¶
The status of the A/B test deletion operation.
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 |