Returns an array of table names associated with the current account and endpoint. The output from <code>ListTables</code> is paginated, with each page returning a maximum of 100 table names.
post/#X-Amz-Target=DynamoDB_20120810.ListTables
Query parameters
Limitstring
Pagination limit
ExclusiveStartTableNamestring
Pagination token
Headers
X-Amz-Target'DynamoDB_20120810.ListTables' required
Request body
Response
Success
Example response
{
"TableNames": [
"Forum",
"ProductCatalog",
"Reply",
"Thread"
]
}