class Aws::DynamoDB::Client

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

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

Overloads:
  • transact_write_items(params = {})

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

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

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

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