Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathematicalExpression

An object representing a DynamoDB function expression.

Hierarchy

  • MathematicalExpression

Implements

Index

Constructors

constructor

Properties

__@toStringTag

__@toStringTag: "AmazonDynamoDbMathematicalExpression" = MATHEMATICAL_EXPRESSION_TAG

lhs

operator

operator: "+" | "-"

rhs

Methods

serialize

Static isMathematicalExpression

  • isMathematicalExpression(arg: any): boolean
  • Evaluate whether the provided value is a MathematicalExpression object.

    Parameters

    • arg: any

    Returns boolean