AWS SDK for .NET Documentation
Responses Property
AmazonAmazon.DynamoDBv2.ModelBatchGetItemResultResponses Did this page help you?   Yes   No    Tell us about it...
A 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.
Declaration Syntax
C#
public Dictionary<string, List<Dictionary<string, AttributeValue>>> Responses { get; set; }

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