/AWS1/CL_QSTBTCDELKNOWBASESUCC¶
Information about a knowledge base that was successfully deleted in a batch operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_knowledgebaseid TYPE /AWS1/QSTKNOWLEDGEBASEID /AWS1/QSTKNOWLEDGEBASEID¶
The unique identifier of the successfully deleted knowledge base.
iv_knowledgebasearn TYPE /AWS1/QSTKNOWLEDGEBASEARN /AWS1/QSTKNOWLEDGEBASEARN¶
The ARN of the successfully deleted knowledge base.
Queryable Attributes¶
KnowledgeBaseId¶
The unique identifier of the successfully deleted knowledge base.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID, with configurable default |
ASK_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID w/ exceptions if field has no val |
HAS_KNOWLEDGEBASEID() |
Determine if KNOWLEDGEBASEID has a value |
KnowledgeBaseArn¶
The ARN of the successfully deleted knowledge base.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEARN() |
Getter for KNOWLEDGEBASEARN, with configurable default |
ASK_KNOWLEDGEBASEARN() |
Getter for KNOWLEDGEBASEARN w/ exceptions if field has no va |
HAS_KNOWLEDGEBASEARN() |
Determine if KNOWLEDGEBASEARN 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_BATCHDELKNWLDGBASESUCCLIST¶
TYPES TT_BATCHDELKNWLDGBASESUCCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTBTCDELKNOWBASESUCC WITH DEFAULT KEY
.