attributes property

Map<String, AttributeValue>? attributes
final

A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

Implementation

final Map<String, AttributeValue>? attributes;