AWSDynamoDBTransactWriteItemsOutput
Objective-C
@interface AWSDynamoDBTransactWriteItemsOutput
Swift
class AWSDynamoDBTransactWriteItemsOutput
-
The capacity units consumed by the entire
TransactWriteItemsoperation. The values of the list are ordered according to the ordering of theTransactItemsrequest parameter.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBConsumedCapacity *> *_Nullable consumedCapacity;Swift
var consumedCapacity: [AWSDynamoDBConsumedCapacity]? { get set } -
A list of tables that were processed by
TransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations.Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSDynamoDBItemCollectionMetrics *> *> *_Nullable itemCollectionMetrics;Swift
var itemCollectionMetrics: [String : [AWSDynamoDBItemCollectionMetrics]]? { get set }
View on GitHub
Install in Dash
AWSDynamoDBTransactWriteItemsOutput Class Reference