items property

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

If a read operation was used, this property will contain the result of the reade operation; a map of attribute names and their values. For the write operations this value will be empty.

Implementation

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