class Aws::DynamoDB::Client
def list_tables(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
list_tables(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListTables - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To list tables -
Returns:
-
(Types::ListTablesOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:limit(Integer) -- -
:exclusive_start_table_name(String) --
def list_tables(params = {}, options = {}) req = build_request(:list_tables, params) req.send_request(options) end