AWSDynamoDBCapacity
Objective-C
@interface AWSDynamoDBCapacity
Swift
class AWSDynamoDBCapacity
Represents the amount of provisioned throughput capacity consumed on a table or an index.
-
The total number of capacity units consumed on a table or an index.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable capacityUnits;
Swift
var capacityUnits: NSNumber? { get set }
-
The total number of read capacity units consumed on a table or an index.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable readCapacityUnits;
Swift
var readCapacityUnits: NSNumber? { get set }
-
The total number of write capacity units consumed on a table or an index.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable writeCapacityUnits;
Swift
var writeCapacityUnits: NSNumber? { get set }