DBClusterCapacityInfo class

Constructors

DBClusterCapacityInfo({int? currentCapacity, String? dBClusterIdentifier, int? pendingCapacity, int? secondsBeforeTimeout, String? timeoutAction})
DBClusterCapacityInfo.fromXml(XmlElement elem)
factory

Properties

currentCapacity int?
The current capacity of the DB cluster.
final
dBClusterIdentifier String?
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
final
hashCode int
The hash code for this object.
no setterinherited
pendingCapacity int?
A value that specifies the capacity that the DB cluster scales to next.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondsBeforeTimeout int?
The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
final
timeoutAction String?
The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
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