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