/AWS1/CL_CGPLISTGROUPSRESPONSE¶
ListGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_groups TYPE /AWS1/CL_CGPGROUPTYPE=>TT_GROUPLISTTYPE TT_GROUPLISTTYPE¶
An array of groups and their details. Each entry that's returned includes description, precedence, and IAM role values.
iv_nexttoken TYPE /AWS1/CGPPAGINATIONKEY /AWS1/CGPPAGINATIONKEY¶
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
Queryable Attributes¶
Groups¶
An array of groups and their details. Each entry that's returned includes description, precedence, and IAM role values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPS() |
Getter for GROUPS, with configurable default |
ASK_GROUPS() |
Getter for GROUPS w/ exceptions if field has no value |
HAS_GROUPS() |
Determine if GROUPS has a value |
NextToken¶
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
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 |