class Aws::DynamoDB::Client

def batch_execute_statement(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • batch_execute_statement(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchExecuteStatement - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::BatchExecuteStatementOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :return_consumed_capacity (String) --
  • :statements (required, Array) --
def batch_execute_statement(params = {}, options = {})
  req = build_request(:batch_execute_statement, params)
  req.send_request(options)
end