Class TransactGetItem
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Specifies an item to be retrieved as part of the transaction.
public class TransactGetItem
- Inheritance
-
TransactGetItem
- Inherited Members
Constructors
TransactGetItem()
public TransactGetItem()
Properties
Get
Gets and sets the property Get.
Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.
public Get Get { get; set; }