ExistsExpression
type ExistsExpression = object;Represents an EXISTS expression: attribute_exists(<operand>) or attribute_not_exists(<operand>)
Properties
Section titled “Properties”optional not: true;operand
Section titled “operand”operand: Operand;type: typeof $exists;