AWSDynamoDBTransactGetItemsOutput
Objective-C
@interface AWSDynamoDBTransactGetItemsOutput
Swift
class AWSDynamoDBTransactGetItemsOutput
-
If the ReturnConsumedCapacity value was
TOTAL, this is an array ofConsumedCapacityobjects, one for each table addressed byTransactGetItemobjects in the TransactItems parameter. TheseConsumedCapacityobjects report the read-capacity units consumed by theTransactGetItemscall in that table.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBConsumedCapacity *> *_Nullable consumedCapacity;Swift
var consumedCapacity: [AWSDynamoDBConsumedCapacity]? { get set } -
An ordered array of up to 100
ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array. EachItemResponseobject contains a Map of the name-value pairs that are the projected attributes of the requested item.If a requested item could not be retrieved, the corresponding
ItemResponseobject is Null, or if the requested item has no projected attributes, the correspondingItemResponseobject is an empty Map.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBItemResponse *> *_Nullable responses;Swift
var responses: [AWSDynamoDBItemResponse]? { get set }
View on GitHub
Install in Dash
AWSDynamoDBTransactGetItemsOutput Class Reference