AWSDynamoDBTransactGetItem

Objective-C

@interface AWSDynamoDBTransactGetItem

Swift

class AWSDynamoDBTransactGetItem

Specifies an item to be retrieved as part of the transaction.

Required parameters: [Get]

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSDynamoDBGet *_Nullable get;

    Swift

    var get: AWSDynamoDBGet? { get set }