/AWS1/CL_RGRUNGROUPRESRCSOUT¶
UngroupResourcesOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_succeeded
TYPE /AWS1/CL_RGRRESOURCEARNLIST_W=>TT_RESOURCEARNLIST
TT_RESOURCEARNLIST
¶
A list of resources that were successfully removed from the group by this operation.
it_failed
TYPE /AWS1/CL_RGRFAILEDRESOURCE=>TT_FAILEDRESOURCELIST
TT_FAILEDRESOURCELIST
¶
A list of any resources that failed to be removed from the group by this operation.
it_pending
TYPE /AWS1/CL_RGRPENDINGRESOURCE=>TT_PENDINGRESOURCELIST
TT_PENDINGRESOURCELIST
¶
A list of any resources that are still in the process of being removed from the group by this operation. These pending removals continue asynchronously. You can check the status of pending removals by using the
ListGroupResources
operation. After the resource is successfully removed, it no longer appears in the response.
Queryable Attributes¶
Succeeded¶
A list of resources that were successfully removed from the group by this operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUCCEEDED() |
Getter for SUCCEEDED, with configurable default |
ASK_SUCCEEDED() |
Getter for SUCCEEDED w/ exceptions if field has no value |
HAS_SUCCEEDED() |
Determine if SUCCEEDED has a value |
Failed¶
A list of any resources that failed to be removed from the group by this operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |
Pending¶
A list of any resources that are still in the process of being removed from the group by this operation. These pending removals continue asynchronously. You can check the status of pending removals by using the
ListGroupResources
operation. After the resource is successfully removed, it no longer appears in the response.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PENDING() |
Getter for PENDING, with configurable default |
ASK_PENDING() |
Getter for PENDING w/ exceptions if field has no value |
HAS_PENDING() |
Determine if PENDING has a value |