AWSDynamoDBDescribeLimitsOutput

Objective-C

@interface AWSDynamoDBDescribeLimitsOutput

Swift

class AWSDynamoDBDescribeLimitsOutput

Represents the output of a DescribeLimits operation.

  • The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable accountMaxReadCapacityUnits;

    Swift

    var accountMaxReadCapacityUnits: NSNumber? { get set }
  • The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable accountMaxWriteCapacityUnits;

    Swift

    var accountMaxWriteCapacityUnits: NSNumber? { get set }
  • The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable tableMaxReadCapacityUnits;

    Swift

    var tableMaxReadCapacityUnits: NSNumber? { get set }
  • The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable tableMaxWriteCapacityUnits;

    Swift

    var tableMaxWriteCapacityUnits: NSNumber? { get set }