AWSDynamoDBBatchExecuteStatementOutput
Objective-C
@interface AWSDynamoDBBatchExecuteStatementOutput
Swift
class AWSDynamoDBBatchExecuteStatementOutput
-
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 each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBBatchStatementResponse *> *_Nullable responses;
Swift
var responses: [AWSDynamoDBBatchStatementResponse]? { get set }