If the ReturnValues parameter is provided as ALL_OLD in the request, Amazon DynamoDB returns an array of attribute name-value
pairs (essentially, the deleted item). Otherwise, the response contains an empty set.

C# |
public Dictionary<string, AttributeValue> Attributes { get; set; }