pub fn attribute_not_exists<P>(path: P) -> Expressionwhere
    P: Into<String>,
Expand description

True if the attribute specified by path does not exist in the item.

DynamoDB documentation