Class | AWS::DynamoDB::AttributeCollection::UpdateBuilder |
In: |
lib/aws/dynamo_db/attribute_collection.rb
|
Parent: | Object |
Used to build a batch of updates to an item‘s attributes. See {AttributeCollection#update} for more information.
updates | [R] | @private |
Adds to the values of one or more attributes. See {AttributeCollection#add} for more information.
Deletes one or more attributes or attribute values. See {AttributeCollection#delete} for more information.
Replaces the values of one or more attributes. See {AttributeCollection#set} for more information.