AWSDynamoDBTransactGetItemsInput
Objective-C
@interface AWSDynamoDBTransactGetItemsInput
Swift
class AWSDynamoDBTransactGetItemsInput
-
A value of
TOTAL
causes consumed capacity information to be returned, and a value ofNONE
prevents that information from being returned. No other value is valid.Declaration
Objective-C
@property (nonatomic) AWSDynamoDBReturnConsumedCapacity returnConsumedCapacity;
Swift
var returnConsumedCapacity: AWSDynamoDBReturnConsumedCapacity { get set }
-
An ordered array of up to 100
TransactGetItem
objects, each of which contains aGet
structure.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBTransactGetItem *> *_Nullable transactItems;
Swift
var transactItems: [AWSDynamoDBTransactGetItem]? { get set }