rangeKeyElement property
A range key element is treated as a secondary key (used in conjunction with
the primary key), and can be a string or a number, and is only used for
hash-and-range primary keys. The value can be String
,
Number
, StringSet
, NumberSet
.
Implementation
final AttributeValue? rangeKeyElement;