ResourceQuota class

The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.

Constructors

ResourceQuota({int? maximum})
ResourceQuota.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maximum int?
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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