Skip to content

/AWS1/CL_CWSBTCDELINSTCFGSRSP

BatchDeleteInstrumentationConfigurationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_deletedcount TYPE /AWS1/CWSINTEGER /AWS1/CWSINTEGER

Number of configurations successfully deleted. When deleting by scope, this is the total count of deleted items. When deleting by ARN list, this equals the length of SuccessfulDeletions.

it_successfuldeletions TYPE /AWS1/CL_CWSBATCHDELSUCCFLDLTN=>TT_BATCHDELETESUCCFLDLTNLIST TT_BATCHDELETESUCCFLDLTNLIST

List of successfully deleted configurations. Deleting by scope populates SignalType and LocationHash per item. Deleting by ARN list populates ResourceArn per item.

it_errors TYPE /AWS1/CL_CWSBATCHDELETEERROR=>TT_BATCHDELETEERRORLIST TT_BATCHDELETEERRORLIST

List of configurations that failed to delete.


Queryable Attributes

DeletedCount

Number of configurations successfully deleted. When deleting by scope, this is the total count of deleted items. When deleting by ARN list, this equals the length of SuccessfulDeletions.

Accessible with the following methods

Method Description
GET_DELETEDCOUNT() Getter for DELETEDCOUNT, with configurable default
ASK_DELETEDCOUNT() Getter for DELETEDCOUNT w/ exceptions if field has no value
HAS_DELETEDCOUNT() Determine if DELETEDCOUNT has a value

SuccessfulDeletions

List of successfully deleted configurations. Deleting by scope populates SignalType and LocationHash per item. Deleting by ARN list populates ResourceArn per item.

Accessible with the following methods

Method Description
GET_SUCCESSFULDELETIONS() Getter for SUCCESSFULDELETIONS, with configurable default
ASK_SUCCESSFULDELETIONS() Getter for SUCCESSFULDELETIONS w/ exceptions if field has no
HAS_SUCCESSFULDELETIONS() Determine if SUCCESSFULDELETIONS has a value

Errors

List of configurations that failed to delete.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value