TypeCheckExpression
type TypeCheckExpression = object;Represents a TYPE check expression: attribute_type(<operand>, <attributeType>)
Properties
Section titled “Properties”attributeType
Section titled “attributeType”attributeType: DynamoAttributeType;operand
Section titled “operand”operand: Operand;type: typeof $type;