|
NAMEPaws::DynamoDB::BatchGetItemOutputATTRIBUTESConsumedCapacity => ArrayRef[Paws::DynamoDB::ConsumedCapacity]The read capacity units consumed by the operation.Each element consists of:
Responses => Paws::DynamoDB::BatchGetResponseMapA map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.UnprocessedKeys => Paws::DynamoDB::BatchGetRequestMapA 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.Each element consists of:
If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.
Visit the GSP FreeBSD Man Page Interface. |