AWSDynamoDBTransactWriteItemsOutput

Objective-C

@interface AWSDynamoDBTransactWriteItemsOutput

Swift

class AWSDynamoDBTransactWriteItemsOutput
  • The capacity units consumed by the entire TransactWriteItems operation. The values of the list are ordered according to the ordering of the TransactItems request 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 TransactWriteItems and, for each table, information about any item collections that were affected by individual UpdateItem, PutItem, or DeleteItem operations.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSDynamoDBItemCollectionMetrics *> *> *_Nullable itemCollectionMetrics;

    Swift

    var itemCollectionMetrics: [String : [AWSDynamoDBItemCollectionMetrics]]? { get set }