class Aws::DynamoDB::Types::TransactWriteItem
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TransactWriteItem AWS API Documentation
@return [Types::Update]
A request to perform an ‘UpdateItem` operation.
@!attribute [rw] update
@return [Types::Delete]
A request to perform a `DeleteItem` operation.
@!attribute [rw] delete
@return [Types::Put]
A request to perform a `PutItem` operation.
@!attribute [rw] put
@return [Types::ConditionCheck]
A request to perform a check item operation.
@!attribute [rw] condition_check
operations on multiple items in one or more tables atomically.
A list of requests that can perform update, put, delete, or check