class Aws::DynamoDB::Client

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

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

Overloads:
  • batch_get_item(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To retrieve multiple items from a table -

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

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