dynamodb_list_tables {paws.database} | R Documentation |
Returns an array of table names associated with the current account and endpoint
Description
Returns an array of table names associated with the current account and endpoint. The output from list_tables
is paginated, with each page returning a maximum of 100 table names.
See https://www.paws-r-sdk.com/docs/dynamodb_list_tables/ for full documentation.
Usage
dynamodb_list_tables(ExclusiveStartTableName = NULL, Limit = NULL)
Arguments
ExclusiveStartTableName |
The first table name that this operation will evaluate. Use the value
that was returned for |
Limit |
A maximum number of table names to return. If this parameter is not specified, the limit is 100. |
[Package paws.database version 0.9.0 Index]