responses property

Map<String, List<Map<String, AttributeValue>>>? responses
final

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.

Implementation

final Map<String, List<Map<String, AttributeValue>>>? responses;