Home
last modified time | relevance | path

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/
Dtest_layer1.py160 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/
Dlayer1.py2248 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/
Dlayer1.py386 def update_item(self, table_name, key, attribute_updates, argument
419 'AttributeUpdates': attribute_updates}