The name of the table containing the requested item
A map of attribute names to values, representing the primary key of the item to retrieve
Optional
options: Partial<GetItemInput>The options accepted by the original get
method
Generated using TypeDoc
Returns a set of attributes for the item with the given primary key by delegating to
DocumentClient.get
.Returns
The same response returned by
get().promise()