AWS SDK for .NET Documentation
RequestItems Property
AmazonAmazon.DynamoDB.ModelBatchGetItemRequestRequestItems Did this page help you?   Yes   No    Tell us about it...
A map of the table name and corresponding items to get by primary key. While requesting items, each table name can be invoked only once per operation.

Constraints:

Length
1 - 100

Declaration Syntax
C#
public Dictionary<string, KeysAndAttributes> RequestItems { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)