Module dynamodb_expression::condition
source · Re-exports
pub use attribute_type::AttributeType;
Modules
Structs
- A DynamoDB logical
AND
condition. - The DynamoDB
attribute_exists
function. True if the item contains the attribute in a specifiedPath
. - The DynamoDB
attribute_not_exists
function. True if the item does not contain the attribute in a specifiedPath
. - The DynamoDB
begins_with
function. True if the attribute specified by thePath
begins with a particular substring. - Represents the DynamoDB
BETWEEN
operator. - Represents a DynamoDB comparison operation for use in a
Condition
. - The DynamoDB
contains
function. True if the attribute specified byPath
is one of the following: - A DynamoDB logical
NOT
condition. - A DynamoDB logical
OR
condition. - See also:
Condition::parenthesize
Enums
- Represents a logical condition in a DynamoDB expression.