/AWS1/CL_CWSAUDITTARGET¶
Specifies a target resource for auditing, such as a service, SLO, or operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The type of resource being targeted for audit, such as "Service", "SLO", "ServiceOperation", or "Canary".
io_data TYPE REF TO /AWS1/CL_CWSAUDITTARGETENTITY /AWS1/CL_CWSAUDITTARGETENTITY¶
The specific data or entity information for the audit target, containing details needed to identify and examine the resource.
Queryable Attributes¶
Type¶
The type of resource being targeted for audit, such as "Service", "SLO", "ServiceOperation", or "Canary".
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 or entity information for the audit target, containing details needed to identify and examine the resource.
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
.