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

True if the attribute at the specified path is of a particular data type.

DynamoDB documentation