DBClusterBacktrack class
This data type is used as a response element in the
DescribeDBClusterBacktracks
action.
Constructors
- DBClusterBacktrack({String? backtrackIdentifier, DateTime? backtrackRequestCreationTime, DateTime? backtrackTo, DateTime? backtrackedFrom, String? dBClusterIdentifier, String? status})
- DBClusterBacktrack.fromXml(XmlElement elem)
-
factory
Properties
- backtrackedFrom → DateTime?
-
The timestamp of the time from which the DB cluster was backtracked.
final
- backtrackIdentifier → String?
-
Contains the backtrack identifier.
final
- backtrackRequestCreationTime → DateTime?
-
The timestamp of the time at which the backtrack was requested.
final
- backtrackTo → DateTime?
-
The timestamp of the time to which the DB cluster was backtracked.
final
- dBClusterIdentifier → String?
-
Contains 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the backtrack. This property returns one of the following
values:
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