/AWS1/CL_RE2LSTIDXESFORMEMBE01¶
ListIndexesForMembersOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_indexes TYPE /AWS1/CL_RE2MEMBERINDEX=>TT_MEMBERINDEXLIST TT_MEMBERINDEXLIST¶
A structure that contains the details and status of each index.
iv_nexttoken TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
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. The pagination tokens expire after 24 hours.
Queryable Attributes¶
Indexes¶
A structure that contains the details and status of each index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXES() |
Getter for INDEXES, with configurable default |
ASK_INDEXES() |
Getter for INDEXES w/ exceptions if field has no value |
HAS_INDEXES() |
Determine if INDEXES 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. The pagination tokens expire after 24 hours.
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 |