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.
             
            
 Declaration Syntax
 Declaration Syntax| C# | 
public List<AttributeValue> AttributeValueList { get; set; }