Skip to content

/AWS1/CL_DZNNOTIFRESOURCE

The details of the resource mentioned in a notification.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/DZNNOTIFRESOURCETYPE /AWS1/DZNNOTIFRESOURCETYPE

The type of the resource mentioned in a notification.

iv_id TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The ID of the resource mentioned in a notification.

Optional arguments:

iv_name TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The name of the resource mentioned in a notification.


Queryable Attributes

type

The type of the resource mentioned in a notification.

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

id

The ID of the resource mentioned in a notification.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The name of the resource mentioned in a notification.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value