/AWS1/CL_REVEXPERIMENTDETAILS¶
Details about an AWS Fault Injection Service (AWS FIS) experiment run as part of a test run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_experimentarn TYPE /AWS1/REVARN /AWS1/REVARN¶
The ARN of the AWS FIS experiment.
Optional arguments:¶
iv_details TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
Additional details about the experiment.
Queryable Attributes¶
experimentArn¶
The ARN of the AWS FIS experiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPERIMENTARN() |
Getter for EXPERIMENTARN, with configurable default |
ASK_EXPERIMENTARN() |
Getter for EXPERIMENTARN w/ exceptions if field has no value |
HAS_EXPERIMENTARN() |
Determine if EXPERIMENTARN has a value |
details¶
Additional details about the experiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS, with configurable default |
ASK_DETAILS() |
Getter for DETAILS w/ exceptions if field has no value |
HAS_DETAILS() |
Determine if DETAILS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPERIMENTDETAILSLIST¶
TYPES TT_EXPERIMENTDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVEXPERIMENTDETAILS WITH DEFAULT KEY
.