ClusterPendingModifiedValues class
This data type is used as a response element in the
ModifyDBCluster
operation and contains changes that will be
applied during the next maintenance window.
Constructors
- ClusterPendingModifiedValues({String? dBClusterIdentifier, String? engineVersion, bool? iAMDatabaseAuthenticationEnabled, String? masterUserPassword, PendingCloudwatchLogsExports? pendingCloudwatchLogsExports})
- ClusterPendingModifiedValues.fromXml(XmlElement elem)
-
factory
Properties
- dBClusterIdentifier → String?
-
The DBClusterIdentifier for the DB cluster.
final
- engineVersion → String?
-
The database engine version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iAMDatabaseAuthenticationEnabled → bool?
-
Whether mapping of AWS Identity and Access Management (IAM) accounts to
database accounts is enabled.
final
- masterUserPassword → String?
-
The master credentials for the DB cluster.
final
- pendingCloudwatchLogsExports → PendingCloudwatchLogsExports?
-
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