A list of attribute values to be used with a comparison operator for a scan or query operation. For comparisons that require more than one
value, such as a BETWEEN comparison, the AttributeValueList contains two attribute values and the comparison operator.

C# |
public List<AttributeValue> AttributeValueList { get; set; }