:nodoc:
Attributes, Item
7 8 9 10 11 12 13 14
# File 'lib/dynamodb/api/update/base.rb', line 7 def update_item(key, cols, table_name) @key = key @cols = cols @table_name = table_name client = Adapter.client client.update_item(build_update_clause) end