AWS SDK for .NET Documentation
AttributesToGet Property
AmazonAmazon.DynamoDBv2.ModelGetItemRequestAttributesToGet Did this page help you?   Yes   No    Tell us about it...
The names of one or more attributes to retrieve. If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. Note that AttributesToGet has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application.

Constraints:

Length
1 -

Declaration Syntax
C#
public List<string> AttributesToGet { get; set; }

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