AWS SDK for .NET Documentation
Attributes Property
AmazonAmazon.DynamoDBv2.ModelDeleteItemResultAttributes Did this page help you?   Yes   No    Tell us about it...
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.
Declaration Syntax
C#
public Dictionary<string, AttributeValue> Attributes { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)