Skip to content

/AWS1/CL_CWSBATCHDELSUCCFLDLTN

Represents a successfully deleted instrumentation configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_resourcearn TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

ARN of the deleted configuration (populated only when deleting by ARN list).

iv_signaltype TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

Signal type of the deleted configuration (populated only when deleting by scope).

iv_locationhash TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

Location hash of the deleted configuration (populated only when deleting by scope).


Queryable Attributes

ResourceArn

ARN of the deleted configuration (populated only when deleting by ARN list).

Accessible with the following methods

Method Description
GET_RESOURCEARN() Getter for RESOURCEARN, with configurable default
ASK_RESOURCEARN() Getter for RESOURCEARN w/ exceptions if field has no value
HAS_RESOURCEARN() Determine if RESOURCEARN has a value

SignalType

Signal type of the deleted configuration (populated only when deleting by scope).

Accessible with the following methods

Method Description
GET_SIGNALTYPE() Getter for SIGNALTYPE, with configurable default
ASK_SIGNALTYPE() Getter for SIGNALTYPE w/ exceptions if field has no value
HAS_SIGNALTYPE() Determine if SIGNALTYPE has a value

LocationHash

Location hash of the deleted configuration (populated only when deleting by scope).

Accessible with the following methods

Method Description
GET_LOCATIONHASH() Getter for LOCATIONHASH, with configurable default
ASK_LOCATIONHASH() Getter for LOCATIONHASH w/ exceptions if field has no value
HAS_LOCATIONHASH() Determine if LOCATIONHASH 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_BATCHDELETESUCCFLDLTNLIST

TYPES TT_BATCHDELETESUCCFLDLTNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSBATCHDELSUCCFLDLTN WITH DEFAULT KEY
.