Searched refs:attribute_updates (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_layer1.py | 160 attribute_updates = {'Views': {'Value': {'N': '5'}, 165 attribute_updates=attribute_updates) 171 attribute_updates = {'Message': {'Value': {'S': item_size_overflow_text}, 175 attribute_updates=attribute_updates)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | layer1.py | 2248 def update_item(self, table_name, key, attribute_updates=None, argument 2744 if attribute_updates is not None: 2745 params['AttributeUpdates'] = attribute_updates
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | layer1.py | 386 def update_item(self, table_name, key, attribute_updates, argument 419 'AttributeUpdates': attribute_updates}
|