AWS SDK for .NET Documentation
Select Property
AmazonAmazon.DynamoDBv2.ModelScanRequestSelect Did this page help you?   Yes   No    Tell us about it...
The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, or the count of matching items. If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

Constraints:

Allowed Values
ALL_ATTRIBUTES, ALL_PROJECTED_ATTRIBUTES, SPECIFIC_ATTRIBUTES, COUNT

Declaration Syntax
C#
public string Select { get; set; }

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