Creates a Document from an attribute map.

C# |
public static Document FromAttributeMap( Dictionary<string, AttributeValue> data )

- data (Dictionary<(Of <(<'String, AttributeValue>)>)>)
- Map of attribute names to attribute values.

Document representing the data.