ResourceQuotas class

A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

Constructors

ResourceQuotas({ResourceQuota? applicationQuota, ResourceQuota? applicationVersionQuota, ResourceQuota? configurationTemplateQuota, ResourceQuota? customPlatformQuota, ResourceQuota? environmentQuota})
ResourceQuotas.fromXml(XmlElement elem)
factory

Properties

applicationQuota ResourceQuota?
The quota for applications in the AWS account.
final
applicationVersionQuota ResourceQuota?
The quota for application versions in the AWS account.
final
configurationTemplateQuota ResourceQuota?
The quota for configuration templates in the AWS account.
final
customPlatformQuota ResourceQuota?
The quota for custom platforms in the AWS account.
final
environmentQuota ResourceQuota?
The quota for environments in the AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
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