/AWS1/CL_CWSAUDITTARGET¶
A structure that specifies the target entity for audit analysis, such as a service, SLO, service_operation, or canary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The type of entity being audited, such as
service,SLO,service_operation, orcanary.
io_data TYPE REF TO /AWS1/CL_CWSAUDITTARGETENTITY /AWS1/CL_CWSAUDITTARGETENTITY¶
The specific data identifying the audit target entity.
Queryable Attributes¶
Type¶
The type of entity being audited, such as
service,SLO,service_operation, orcanary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Data¶
The specific data identifying the audit target entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUDITTARGETS¶
TYPES TT_AUDITTARGETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSAUDITTARGET WITH DEFAULT KEY
.