attributes property

Map<String, AttributeValue>? attributes
final

The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

Implementation

final Map<String, AttributeValue>? attributes;