/AWS1/CL_INSDESCRRESRCGRPSRSP¶
DescribeResourceGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_resourcegroups TYPE /AWS1/CL_INSRESOURCEGROUP=>TT_RESOURCEGROUPLIST TT_RESOURCEGROUPLIST¶
Information about a resource group.
it_faileditems TYPE /AWS1/CL_INSFAILEDITEMDETAILS=>TT_FAILEDITEMS TT_FAILEDITEMS¶
Resource group details that cannot be described. An error code is provided for each failed item.
Queryable Attributes¶
resourceGroups¶
Information about a resource group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEGROUPS() |
Getter for RESOURCEGROUPS, with configurable default |
ASK_RESOURCEGROUPS() |
Getter for RESOURCEGROUPS w/ exceptions if field has no valu |
HAS_RESOURCEGROUPS() |
Determine if RESOURCEGROUPS has a value |
failedItems¶
Resource group details that cannot be described. An error code is provided for each failed item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDITEMS() |
Getter for FAILEDITEMS, with configurable default |
ASK_FAILEDITEMS() |
Getter for FAILEDITEMS w/ exceptions if field has no value |
HAS_FAILEDITEMS() |
Determine if FAILEDITEMS has a value |