class Aws::DynamoDB::Table

def put_item(options = {})

Returns:
  • (Types::PutItemOutput) -

Options Hash: (**options)
  • :expression_attribute_values (Hash) --
  • :expression_attribute_names (Hash) --
  • :condition_expression (String) --
  • :conditional_operator (String) --
  • :return_item_collection_metrics (String) --
  • :return_consumed_capacity (String) --
  • :return_values (String) --
  • :expected (Hash) --
  • :item (required, Hash) --

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

Other tags:
    Example: Request syntax with placeholder values -
def put_item(options = {})
  options = options.merge(table_name: @name)
  resp = @client.put_item(options)
  resp.data
end