/AWS1/CL_OSRAUTOTUNE¶
Information about an Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_autotunetype
TYPE /AWS1/OSRAUTOTUNETYPE
/AWS1/OSRAUTOTUNETYPE
¶
The type of Auto-Tune action.
io_autotunedetails
TYPE REF TO /AWS1/CL_OSRAUTOTUNEDETAILS
/AWS1/CL_OSRAUTOTUNEDETAILS
¶
Details about an Auto-Tune action.
Queryable Attributes¶
AutoTuneType¶
The type of Auto-Tune action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTOTUNETYPE() |
Getter for AUTOTUNETYPE, with configurable default |
ASK_AUTOTUNETYPE() |
Getter for AUTOTUNETYPE w/ exceptions if field has no value |
HAS_AUTOTUNETYPE() |
Determine if AUTOTUNETYPE has a value |
AutoTuneDetails¶
Details about an Auto-Tune action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTOTUNEDETAILS() |
Getter for AUTOTUNEDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOTUNELIST
¶
TYPES TT_AUTOTUNELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRAUTOTUNE WITH DEFAULT KEY
.