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

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