/AWS1/CL_RGRGROUPRESRCSOUTPUT¶
GroupResourcesOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_succeeded
TYPE /AWS1/CL_RGRRESOURCEARNLIST_W=>TT_RESOURCEARNLIST
TT_RESOURCEARNLIST
¶
A list of Amazon resource names (ARNs) of the resources that this operation successfully added to the group.
it_failed
TYPE /AWS1/CL_RGRFAILEDRESOURCE=>TT_FAILEDRESOURCELIST
TT_FAILEDRESOURCELIST
¶
A list of Amazon resource names (ARNs) of any resources that this operation failed to add to the group.
it_pending
TYPE /AWS1/CL_RGRPENDINGRESOURCE=>TT_PENDINGRESOURCELIST
TT_PENDINGRESOURCELIST
¶
A list of Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking theResources
array in the response and theStatus
field of each object in that array.
Queryable Attributes¶
Succeeded¶
A list of Amazon resource names (ARNs) of the resources that this operation successfully added to the group.
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 Amazon resource names (ARNs) of any resources that this operation failed to add to the group.
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 Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the
ListGroupResources
operation, and checking theResources
array in the response and theStatus
field of each object in that array.
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 |