Skip to content

/AWS1/CL_BDCCREATEABTESTRSP

CreateABTestResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_abtestid TYPE /AWS1/BDCABTESTID /AWS1/BDCABTESTID

The unique identifier of the created A/B test.

iv_abtestarn TYPE /AWS1/BDCABTESTARN /AWS1/BDCABTESTARN

The Amazon Resource Name (ARN) of the created 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 indicating whether the A/B test is currently running.

iv_createdat TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP

The timestamp when the A/B test was created.

Optional arguments:

iv_name TYPE /AWS1/BDCABTESTNAME /AWS1/BDCABTESTNAME

The name of the A/B test.


Queryable Attributes

abTestId

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

name

The name of the A/B test.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME 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 indicating whether the A/B test is currently running.

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

createdAt

The timestamp when the A/B test was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value