/AWS1/CL_QSTLISTUSERSIDXCAPRSP¶
ListUsersIndexCapacityResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_users TYPE /AWS1/CL_QSTUSERINDEXCAPACITY=>TT_USERINDEXCAPACITYLIST TT_USERINDEXCAPACITYLIST¶
The list of users with their index capacity metrics.
iv_nexttoken TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The token for the next set of results, or null if there are no more results.
iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Web Services request ID for this operation.
Queryable Attributes¶
users¶
The list of users with their index capacity metrics.
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 token for the next set of results, or null if there are no more results.
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 |
requestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |