/AWS1/CL_SUZRESOURCESET¶
The set of resources authorized by a permit. Specify either all resources in the Region or a list of specific resources.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_allresourcesinregion TYPE REF TO /AWS1/CL_SUZUNIT /AWS1/CL_SUZUNIT¶
Authorizes the support operator to act on all resources in the Region.
it_resources TYPE /AWS1/CL_SUZRESOURCES_W=>TT_RESOURCES TT_RESOURCES¶
A list of specific resource identifiers that the support operator is authorized to act upon. Maximum of 5 resources.
Queryable Attributes¶
allResourcesInRegion¶
Authorizes the support operator to act on all resources in the Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLRESOURCESINREGION() |
Getter for ALLRESOURCESINREGION |
resources¶
A list of specific resource identifiers that the support operator is authorized to act upon. Maximum of 5 resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |