AWSDynamoDBExecuteTransactionOutput
Objective-C
@interface AWSDynamoDBExecuteTransactionOutput
Swift
class AWSDynamoDBExecuteTransactionOutput
-
The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBConsumedCapacity *> *_Nullable consumedCapacity;
Swift
var consumedCapacity: [AWSDynamoDBConsumedCapacity]? { get set }
-
The response to a PartiQL transaction.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBItemResponse *> *_Nullable responses;
Swift
var responses: [AWSDynamoDBItemResponse]? { get set }