Skip to main content

Key

Type Alias Key 

Source
pub type Key = HashMap<String, AttributeValue>;
Expand description

A DynamoDB key represented as a map of key attribute names to values.

Aliased Typeยง

pub struct Key { /* private fields */ }