items property

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

An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

Implementation

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