DescribeLimitsOutput class

Represents the output of a DescribeLimits operation.

Constructors

DescribeLimitsOutput({int? accountMaxReadCapacityUnits, int? accountMaxWriteCapacityUnits, int? tableMaxReadCapacityUnits, int? tableMaxWriteCapacityUnits})
DescribeLimitsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

accountMaxReadCapacityUnits int?
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
final
accountMaxWriteCapacityUnits int?
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableMaxReadCapacityUnits int?
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).
final
tableMaxWriteCapacityUnits int?
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).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited