AWS SDK for .NET Documentation
FromAttributeMap Method (data)
AmazonAmazon.DynamoDB.DocumentModelDocumentFromAttributeMap(Dictionary<(Of <<'(String, AttributeValue>)>>)) Did this page help you?   Yes   No    Tell us about it...
Creates a Document from an attribute map.
Declaration Syntax
C#
public static Document FromAttributeMap(
	Dictionary<string, AttributeValue> data
)
Parameters
data (Dictionary<(Of <(<'String, AttributeValue>)>)>)
Map of attribute names to attribute values.
Return Value
Document representing the data.

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