Skip to main content

Item

Type Alias Item 

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

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

Aliased Typeยง

pub struct Item { /* private fields */ }