Delete
class Delete
Represents a request to perform a DeleteItem
operation.
Types
Properties
Link copied to clipboard
A condition that must be satisfied in order for a conditional delete to succeed.
Link copied to clipboard
One or more substitution tokens for attribute names in an expression.
Link copied to clipboard
One or more values that can be substituted in an expression.
Link copied to clipboard
The primary key of the item to be deleted. Each element consists of an attribute name and a value for that attribute.
Link copied to clipboard
Use ReturnValuesOnConditionCheckFailure
to get the item attributes if the Delete
condition fails. For ReturnValuesOnConditionCheckFailure
, the valid values are: NONE and ALL_OLD.