AWS SDK for .NET Documentation
ReturnConsumedCapacity Property
AmazonAmazon.DynamoDBv2.ModelGetItemRequestReturnConsumedCapacity Did this page help you?   Yes   No    Tell us about it...
If set to TOTAL, the response includes ConsumedCapacity data for tables and indexes. If set to INDEXES, the response includes ConsumedCapacity for indexes. If set to NONE (the default), ConsumedCapacity is not included in the response.

Constraints:

Allowed Values
INDEXES, TOTAL, NONE

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

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