AWS SDK for .NET Documentation
GetItem Method (hashKey, rangeKey)
AmazonAmazon.DynamoDBv2.DocumentModelTableGetItem(Primitive, Primitive) Did this page help you?   Yes   No    Tell us about it...
Gets a document from DynamoDB by hash-and-range primary key.
Declaration Syntax
C#
public Document GetItem(
	Primitive hashKey,
	Primitive rangeKey
)
Parameters
hashKey (Primitive)
Hash key element of the document.
rangeKey (Primitive)
Range key element of the document.
Return Value
Document from DynamoDB.

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