Module dynamodb_expression::condition
source · Re-exports
pub use attribute_type::AttributeType;
Modules
Structs
- A logical
AND
operation. - True if the item contains the attribute specified by
path
. - True if the attribute specified by
path
does not exist in the item. - True if the attribute specified by
path
begins with a particular substring. - Represents a DynamoDB comparison operation for use in a
Condition
. - True if the attribute specified by
path
is one of the following: - A logical
NOT
operation. - A logical
OR
operation.
Enums
- Represents a DynamoDB condition or filter expression.