Expand description

Types related to DynamoDB document paths. For more, see Path.

Structs§

Enums§

  • Represents a single element of a DynamoDB document Path. For example, in foo[3][7].bar[2].baz, the Elements would be foo[3][7], bar[2], and baz.

Traits§