Class ItemResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Details for the requested item.
public class ItemResponse
- Inheritance
-
ItemResponse
- Inherited Members
Constructors
ItemResponse()
public ItemResponse()
Properties
Item
Gets and sets the property Item.
Map of attribute data consisting of the data type and attribute value.
public Dictionary<string, AttributeValue> Item { get; set; }