/AWS1/CL_RE2LISTSVCINDEXESOUT¶
ListServiceIndexesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_indexes TYPE /AWS1/CL_RE2INDEX=>TT_INDEXLIST TT_INDEXLIST¶
A list of
Indexobjects that describe the Resource Explorer indexes found in the specified Regions.
iv_nexttoken TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
The pagination token to use in a subsequent
ListServiceIndexesrequest to retrieve the next set of results.
Queryable Attributes¶
Indexes¶
A list of
Indexobjects that describe the Resource Explorer indexes found in the specified Regions.
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¶
The pagination token to use in a subsequent
ListServiceIndexesrequest to retrieve the next set of 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 |