Parameter class
This data type is used as a request parameter in the
ModifyDBParameterGroup
and ResetDBParameterGroup
actions.
This data type is used as a response element in the
DescribeEngineDefaultParameters
and
DescribeDBParameters
actions.
Constructors
-
Parameter({String? allowedValues, ApplyMethod? applyMethod, String? applyType, String? dataType, String? description, bool? isModifiable, String? minimumEngineVersion, String? parameterName, String? parameterValue, String? source, List<
String> ? supportedEngineModes}) - Parameter.fromXml(XmlElement elem)
-
factory
Properties
- allowedValues → String?
-
Specifies the valid range of values for the parameter.
final
- applyMethod → ApplyMethod?
-
Indicates when to apply parameter updates.
final
- applyType → String?
-
Specifies the engine specific parameters type.
final
- dataType → String?
-
Specifies the valid data type for the parameter.
final
- description → String?
-
Provides a description of the parameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isModifiable → bool?
-
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.final - minimumEngineVersion → String?
-
The earliest engine version to which the parameter can apply.
final
- parameterName → String?
-
Specifies the name of the parameter.
final
- parameterValue → String?
-
Specifies the value of the parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
Indicates the source of the parameter value.
final
-
supportedEngineModes
→ List<
String> ? -
The valid DB engine modes.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited