TargetHealth class
Information about the connection health of an RDS Proxy target.
Constructors
- TargetHealth({String? description, TargetHealthReason? reason, TargetState? state})
- TargetHealth.fromXml(XmlElement elem)
-
factory
Properties
- description → String?
-
A description of the health of the RDS Proxy target. If the
State
isAVAILABLE
, a description is not included.final - hashCode → int
-
The hash code for this object.
no setterinherited
- reason → TargetHealthReason?
-
The reason for the current health
State
of the RDS Proxy target.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → TargetState?
-
The current state of the connection health lifecycle for the RDS Proxy
target. The following is a typical lifecycle example for the states of an
RDS Proxy target:
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