attributes property

Map<String, AttributeValue>? attributes
final

Attribute values before the put operation, but only if the ReturnValues parameter is specified as ALL_OLD in the request.

Implementation

final Map<String, AttributeValue>? attributes;