attributes property

Map<String, AttributeValue>? attributes
final

A map of attribute name-value pairs, but only if the ReturnValues parameter is specified as something other than NONE in the request.

Implementation

final Map<String, AttributeValue>? attributes;