RestoreSummary
public struct RestoreSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Point in time or source backup time.
Declaration
Swift
public let restoreDateTime: TimeStamp
-
Indicates if a restore is in progress or not.
Declaration
Swift
public let restoreInProgress: Bool
-
The Amazon Resource Name (ARN) of the backup from which the table was restored.
Declaration
Swift
public let sourceBackupArn: String?
-
The ARN of the source table of the backup that is being restored.
Declaration
Swift
public let sourceTableArn: String?
-
Undocumented
Declaration
Swift
public init(restoreDateTime: TimeStamp, restoreInProgress: Bool, sourceBackupArn: String? = nil, sourceTableArn: String? = nil)