/AWS1/CL_REVSTARTTESTRUNRSP¶
StartTestRunResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_testrunid TYPE /AWS1/REVTESTRUNID /AWS1/REVTESTRUNID¶
The identifier of the started test run.
iv_status TYPE /AWS1/REVTESTRUNSTATUS /AWS1/REVTESTRUNSTATUS¶
The status of the started test run.
it_experimentarns TYPE /AWS1/CL_REVEXPRARNLIST_W=>TT_EXPERIMENTARNLIST TT_EXPERIMENTARNLIST¶
The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.
Queryable Attributes¶
testRunId¶
The identifier of the started test run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTRUNID() |
Getter for TESTRUNID, with configurable default |
ASK_TESTRUNID() |
Getter for TESTRUNID w/ exceptions if field has no value |
HAS_TESTRUNID() |
Determine if TESTRUNID has a value |
status¶
The status of the started test run.
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 |
experimentArns¶
The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPERIMENTARNS() |
Getter for EXPERIMENTARNS, with configurable default |
ASK_EXPERIMENTARNS() |
Getter for EXPERIMENTARNS w/ exceptions if field has no valu |
HAS_EXPERIMENTARNS() |
Determine if EXPERIMENTARNS has a value |