Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MarshalledExpression

A DynamoDB expression serialized to a string and accompanied by the name and value substitutions that have been performed during serialization.

Hierarchy

  • MarshalledExpression

Index

Properties

ExpressionAttributeNames

ExpressionAttributeNames: ExpressionAttributeNameMap

A map of name tokens => the property name for which the token has been substituted in the serialized expression.

ExpressionAttributeValues

ExpressionAttributeValues: ExpressionAttributeValueMap

A map of value tokens => the value for which the token has been substituted in the serialized expression.

expression

expression: string

A serialized expression.