/AWS1/CL_CNTLISTDATATABLESRSP¶
ListDataTablesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_datatablesummarylist TYPE /AWS1/CL_CNTDATATABLESUMMARY=>TT_DATATABLESUMMARYLIST TT_DATATABLESUMMARYLIST¶
A list of data table summaries containing basic information about each table including ID, ARN, name, and modification details.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
Specify the pagination token from a previous request to retrieve the next page of results.
Queryable Attributes¶
NextToken¶
Specify the pagination token from a previous request to retrieve the next page 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 |
DataTableSummaryList¶
A list of data table summaries containing basic information about each table including ID, ARN, name, and modification details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATABLESUMMARYLIST() |
Getter for DATATABLESUMMARYLIST, with configurable default |
ASK_DATATABLESUMMARYLIST() |
Getter for DATATABLESUMMARYLIST w/ exceptions if field has n |
HAS_DATATABLESUMMARYLIST() |
Determine if DATATABLESUMMARYLIST has a value |