/AWS1/CL_KYSLISTTABLESRESPONSE¶
ListTablesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/KYSNEXTTOKEN /AWS1/KYSNEXTTOKEN¶
A token to specify where to start paginating. This is the
NextTokenfrom a previously truncated response.
it_tables TYPE /AWS1/CL_KYSTABLESUMMARY=>TT_TABLESUMMARYLIST TT_TABLESUMMARYLIST¶
A list of tables.
Queryable Attributes¶
nextToken¶
A token to specify where to start paginating. This is the
NextTokenfrom a previously truncated response.
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 |
tables¶
A list of tables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLES() |
Getter for TABLES, with configurable default |
ASK_TABLES() |
Getter for TABLES w/ exceptions if field has no value |
HAS_TABLES() |
Determine if TABLES has a value |