Skip to content

DynamoDB  >  Structures  >  DeleteRequest

DeleteRequest

Structure Class

DeleteRequest dataclass

Represents a request to perform a DeleteItem operation on an item.

Attributes

key instance-attribute

A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.