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

True if the item contains the attribute specified by path.

DynamoDB documentation