class Aws::DynamoDB::Client

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

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

Overloads:
  • update_item(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To update an item in a table -

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

Options Hash: (**params)
  • :expression_attribute_values (Hash) --
  • :expression_attribute_names (Hash) --
  • :condition_expression (String) --
  • :update_expression (String) --
  • :return_item_collection_metrics (String) --
  • :return_consumed_capacity (String) --
  • :return_values (String) --
  • :conditional_operator (String) --
  • :expected (Hash) --
  • :attribute_updates (Hash) --
  • :key (required, Hash) --
  • :table_name (required, String) --
def update_item(params = {}, options = {})
  req = build_request(:update_item, params)
  req.send_request(options)
end