pub fn less_than_or_equal<L, R>(left: L, right: R) -> Comparisonwhere L: Into<Operand>, R: Into<Operand>,
Check if a value or Path is less than or equal to another.
Path
DynamoDB documentation.