/AWS1/CL_REVSVCFUNCUPDATEDMET¶
Metadata for a service function updated event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servicefunctionid TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The identifier of the service function.
iv_servicefunctionname TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The name of the service function.
it_resourcesadded TYPE /AWS1/CL_REVARNLIST_W=>TT_ARNLIST TT_ARNLIST¶
The list of resource ARNs that were added.
it_resourcesremoved TYPE /AWS1/CL_REVARNLIST_W=>TT_ARNLIST TT_ARNLIST¶
The list of resource ARNs that were removed.
Queryable Attributes¶
serviceFunctionId¶
The identifier of the service function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEFUNCTIONID() |
Getter for SERVICEFUNCTIONID, with configurable default |
ASK_SERVICEFUNCTIONID() |
Getter for SERVICEFUNCTIONID w/ exceptions if field has no v |
HAS_SERVICEFUNCTIONID() |
Determine if SERVICEFUNCTIONID has a value |
serviceFunctionName¶
The name of the service function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEFUNCTIONNAME() |
Getter for SERVICEFUNCTIONNAME, with configurable default |
ASK_SERVICEFUNCTIONNAME() |
Getter for SERVICEFUNCTIONNAME w/ exceptions if field has no |
HAS_SERVICEFUNCTIONNAME() |
Determine if SERVICEFUNCTIONNAME has a value |
resourcesAdded¶
The list of resource ARNs that were added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESADDED() |
Getter for RESOURCESADDED, with configurable default |
ASK_RESOURCESADDED() |
Getter for RESOURCESADDED w/ exceptions if field has no valu |
HAS_RESOURCESADDED() |
Determine if RESOURCESADDED has a value |
resourcesRemoved¶
The list of resource ARNs that were removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESREMOVED() |
Getter for RESOURCESREMOVED, with configurable default |
ASK_RESOURCESREMOVED() |
Getter for RESOURCESREMOVED w/ exceptions if field has no va |
HAS_RESOURCESREMOVED() |
Determine if RESOURCESREMOVED has a value |