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

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