DBClusterBacktrack
public struct DBClusterBacktrack : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp of the time from which the DB cluster was backtracked.
Declaration
Swift
public let backtrackedFrom: TimeStamp?
-
Contains the backtrack identifier.
Declaration
Swift
public let backtrackIdentifier: String?
-
The timestamp of the time at which the backtrack was requested.
Declaration
Swift
public let backtrackRequestCreationTime: TimeStamp?
-
The timestamp of the time to which the DB cluster was backtracked.
Declaration
Swift
public let backtrackTo: TimeStamp?
-
Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
Declaration
Swift
public let dBClusterIdentifier: String?
-
The status of the backtrack. This property returns one of the following values: applying - The backtrack is currently being applied to or rolled back from the DB cluster. completed - The backtrack has successfully been applied to or rolled back from the DB cluster. failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster. pending - The backtrack is currently pending application to or rollback from the DB cluster.
Declaration
Swift
public let status: String?