/AWS1/CL_RGRLSTGRPINGSTATESOUT¶
ListGroupingStatusesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_group TYPE /AWS1/RGRGROUPSTRINGV2 /AWS1/RGRGROUPSTRINGV2¶
The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
it_groupingstatuses TYPE /AWS1/CL_RGRGROUPINGSTATESITEM=>TT_GROUPINGSTATUSESLIST TT_GROUPINGSTATUSESLIST¶
Returns details about the grouping or ungrouping status of the resources in the specified application group.
iv_nexttoken TYPE /AWS1/RGRNEXTTOKEN /AWS1/RGRNEXTTOKEN¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.
Queryable Attributes¶
Group¶
The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP, with configurable default |
ASK_GROUP() |
Getter for GROUP w/ exceptions if field has no value |
HAS_GROUP() |
Determine if GROUP has a value |
GroupingStatuses¶
Returns details about the grouping or ungrouping status of the resources in the specified application group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPINGSTATUSES() |
Getter for GROUPINGSTATUSES, with configurable default |
ASK_GROUPINGSTATUSES() |
Getter for GROUPINGSTATUSES w/ exceptions if field has no va |
HAS_GROUPINGSTATUSES() |
Determine if GROUPINGSTATUSES has a value |
NextToken¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |