Expand description
Types related to values used in DynamoDB update expressions. For more, see Update.
Structs§
- Binary
Set - Represents a DynamoDB binary set.
- List
- A collection of DynamoDB values that may not all be of the same type. Represents a DynamoDB list.
- Map
- Represents a DynamoDB map.
- Num
- A DynamoDB numeric value.
- NumSet
- Represents a DynamoDB number set.
- Ref
- A reference to a DynamoDB value stored in expression attribute values.
Automatically prefixed with
:. - String
Set - Represents a DynamoDB string set.
- Unknown
Attribute Value Error - An error that may occur when converting an
AttributeValueinto aValue(via.try_from()/.try_into()). This will only occur if a newAttributeValuevariant is added to the AWS DynamoDB SDK and isn’t supported yet.
Enums§
- Scalar
- https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes
- Set
- A collection of DynamoDB values that are all the same type and unique.
- String
OrRef - Represents a value that is either a string, or a reference to a value already in the expression attribute values.
- Value
- A DynamoDB value