BatchGetItemResponse
class BatchGetItemResponse
Represents the output of a BatchGetItem
operation.
Types
Properties
Link copied to clipboard
The read capacity units consumed by the entire BatchGetItem
operation.
Link copied to clipboard
A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys
value is in the same form as RequestItems
, so the value can be provided directly to a subsequent BatchGetItem
operation. For more information, see RequestItems
in the Request Parameters section.