/AWS1/CL_APSDESCRUSERSRESULT¶
DescribeUsersResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_USERS
TYPE /AWS1/CL_APSUSER=>TT_USERLIST
TT_USERLIST
¶
Information about users in the user pool.
IV_NEXTTOKEN
TYPE /AWS1/APSSTRING
/AWS1/APSSTRING
¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
Users¶
Information about users in the user pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERS() |
Getter for USERS, with configurable default |
ASK_USERS() |
Getter for USERS w/ exceptions if field has no value |
HAS_USERS() |
Determine if USERS has a value |
NextToken¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
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 |