/AWS1/CL_RGRPENDINGRESOURCE¶
A structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn't completed yet.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn
TYPE /AWS1/RGRRESOURCEARN
/AWS1/RGRRESOURCEARN
¶
The Amazon resource name (ARN) of the resource that's in a pending state.
Queryable Attributes¶
ResourceArn¶
The Amazon resource name (ARN) of the resource that's in a pending state.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PENDINGRESOURCELIST
¶
TYPES TT_PENDINGRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRPENDINGRESOURCE WITH DEFAULT KEY
.