ServiceQuota class

Information about a quota.

Constructors

ServiceQuota({bool? adjustable, ErrorReason? errorReason, bool? globalQuota, QuotaPeriod? period, String? quotaArn, String? quotaCode, String? quotaName, String? serviceCode, String? serviceName, String? unit, MetricInfo? usageMetric, double? value})
ServiceQuota.fromJson(Map<String, dynamic> json)
factory

Properties

adjustable bool?
Indicates whether the quota value can be increased.
final
errorReason ErrorReason?
The error code and error reason.
final
globalQuota bool?
Indicates whether the quota is global.
final
hashCode int
The hash code for this object.
no setterinherited
period QuotaPeriod?
The period of time.
final
quotaArn String?
The Amazon Resource Name (ARN) of the quota.
final
quotaCode String?
The quota identifier.
final
quotaName String?
The quota name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCode String?
The service identifier.
final
serviceName String?
The service name.
final
unit String?
The unit of measurement.
final
usageMetric MetricInfo?
Information about the measurement.
final
value double?
The quota value.
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