attributes property

Map<String, AttributeValue>? attributes
final

A map of attribute values as they appear before or after the UpdateItem operation, as determined by the ReturnValues parameter.

The Attributes map is only present if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

Implementation

final Map<String, AttributeValue>? attributes;