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