AccountQuota class

Describes a quota for an AWS account, for example, the number of replication instances allowed.

Constructors

AccountQuota({String? accountQuotaName, int? max, int? used})
AccountQuota.fromJson(Map<String, dynamic> json)
factory

Properties

accountQuotaName String?
The name of the AWS DMS quota for this AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
max int?
The maximum allowed value for the quota.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
used int?
The amount currently used toward the quota maximum.
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