attributes property

Map<String, AttributeValue>? attributes
final

If the ReturnValues parameter is provided as ALL_OLD in the request, Amazon DynamoDB returns an array of attribute name-value pairs (essentially, the deleted item). Otherwise, the response contains an empty set.

Implementation

final Map<String, AttributeValue>? attributes;