/AWS1/CL_FISEXPERIMENTSTOPCOND¶
Describes the stop condition for an experiment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_source TYPE /AWS1/FISSTOPCONDITIONSOURCE /AWS1/FISSTOPCONDITIONSOURCE¶
The source for the stop condition.
iv_value TYPE /AWS1/FISSTOPCONDITIONVALUE /AWS1/FISSTOPCONDITIONVALUE¶
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
Queryable Attributes¶
source¶
The source for the stop condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
value¶
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_EXPERIMENTSTOPCONDITIONLIST¶
TYPES TT_EXPERIMENTSTOPCONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FISEXPERIMENTSTOPCOND WITH DEFAULT KEY
.