class Aws::DynamoDB::Types::Delete
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/Delete AWS API Documentation
@return [String]
and ALL_OLD.
‘ReturnValuesOnConditionCheckFailure`, the valid values are: NONE
if the `Delete` condition fails. For
Use `ReturnValuesOnConditionCheckFailure` to get the item attributes
@!attribute [rw] return_values_on_condition_check_failure
@return [Hash<String,Types::AttributeValue>]
One or more values that can be substituted in an expression.
@!attribute [rw] expression_attribute_values
@return [Hash<String,String>]
expression.
One or more substitution tokens for attribute names in an
@!attribute [rw] expression_attribute_names
@return [String]
to succeed.
A condition that must be satisfied in order for a conditional delete
@!attribute [rw] condition_expression
@return [String]
Name of the table in which the item to be deleted resides.
@!attribute [rw] table_name
@return [Hash<String,Types::AttributeValue>]
an attribute name and a value for that attribute.
The primary key of the item to be deleted. Each element consists of
@!attribute [rw] key
Represents a request to perform a `DeleteItem` operation.