Skip to content

/AWS1/CL_BDCUPDATEABTESTRSP

UpdateABTestResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_abtestid TYPE /AWS1/BDCABTESTID /AWS1/BDCABTESTID

The unique identifier of the updated A/B test.

iv_abtestarn TYPE /AWS1/BDCABTESTARN /AWS1/BDCABTESTARN

The Amazon Resource Name (ARN) of the updated A/B test.

iv_status TYPE /AWS1/BDCABTESTSTATUS /AWS1/BDCABTESTSTATUS

The status of the A/B test.

iv_executionstatus TYPE /AWS1/BDCABTESTEXECUTIONSTATUS /AWS1/BDCABTESTEXECUTIONSTATUS

The execution status of the A/B test.

iv_updatedat TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP

The timestamp when the A/B test was updated.


Queryable Attributes

abTestId

The unique identifier of the updated 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 updated 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.

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

executionStatus

The execution status of the A/B test.

Accessible with the following methods

Method Description
GET_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS, with configurable default
ASK_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS w/ exceptions if field has no val
HAS_EXECUTIONSTATUS() Determine if EXECUTIONSTATUS has a value

updatedAt

The timestamp when the A/B test was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value