DescribeAccountLimitsAnswer class

Constructors

DescribeAccountLimitsAnswer({int? maxNumberOfAutoScalingGroups, int? maxNumberOfLaunchConfigurations, int? numberOfAutoScalingGroups, int? numberOfLaunchConfigurations})
DescribeAccountLimitsAnswer.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxNumberOfAutoScalingGroups int?
The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.
final
maxNumberOfLaunchConfigurations int?
The maximum number of launch configurations allowed for your AWS account. The default is 200 launch configurations per AWS Region.
final
numberOfAutoScalingGroups int?
The current number of groups for your AWS account.
final
numberOfLaunchConfigurations int?
The current number of launch configurations for your AWS account.
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