ListTables #
Overview #
Returns an array of table names associated with the current account and endpoint. The output from ListTables
is paginated, with each page returning a maximum of 100 table names.
AWS API Reference: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ListTables.html
Method #
LIST_TABLE
Import Parameters #
The request uses the following import parameters.
-
i_user_name
Required: Yes.
The IAM user of AWS account.
-
i_limit
Required: Yes.
Limit in integer value.
-
i_region
Required: Yes.
Name of the region.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.