ValidDBInstanceModificationsMessage class
Information about valid modifications that you can make to your DB instance.
Contains the result of a successful call to the
DescribeValidDBInstanceModifications
action. You can use this
information when you call ModifyDBInstance
.
Constructors
-
ValidDBInstanceModificationsMessage({List<
ValidStorageOptions> ? storage, List<AvailableProcessorFeature> ? validProcessorFeatures}) - ValidDBInstanceModificationsMessage.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
storage
→ List<
ValidStorageOptions> ? -
Valid storage options for your DB instance.
final
-
validProcessorFeatures
→ List<
AvailableProcessorFeature> ? -
Valid processor features for your DB instance.
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