/AWS1/CL_CWLDESCRLKUPTABLESRSP¶
DescribeLookupTablesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_lookuptables TYPE /AWS1/CL_CWLLOOKUPTABLE=>TT_LOOKUPTABLES TT_LOOKUPTABLES¶
An array of structures, where each structure contains metadata about one lookup table.
iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN¶
The token to use when requesting the next set of items.
Queryable Attributes¶
lookupTables¶
An array of structures, where each structure contains metadata about one lookup table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOOKUPTABLES() |
Getter for LOOKUPTABLES, with configurable default |
ASK_LOOKUPTABLES() |
Getter for LOOKUPTABLES w/ exceptions if field has no value |
HAS_LOOKUPTABLES() |
Determine if LOOKUPTABLES has a value |
nextToken¶
The token to use when requesting the next set 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 |