/AWS1/CL_RGRLISTGRPRESRCSITEM¶
A structure returned by the ListGroupResources operation that contains identity and group membership status information for one of the resources in the group.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_identifier
TYPE REF TO /AWS1/CL_RGRRESOURCEIDENTIFIER
/AWS1/CL_RGRRESOURCEIDENTIFIER
¶
Identifier
io_status
TYPE REF TO /AWS1/CL_RGRRESOURCESTATUS
/AWS1/CL_RGRRESOURCESTATUS
¶
A structure that contains the status of this resource's membership in the group.
This field is present in the response only if the group is of type
AWS::EC2::HostManagement
.
Queryable Attributes¶
Identifier¶
Identifier
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER |
Status¶
A structure that contains the status of this resource's membership in the group.
This field is present in the response only if the group is of type
AWS::EC2::HostManagement
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTGROUPRESOURCESITEMLIST
¶
TYPES TT_LISTGROUPRESOURCESITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRLISTGRPRESRCSITEM WITH DEFAULT KEY
.