AwsDynamoDbTableRestoreSummary
public struct AwsDynamoDbTableRestoreSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates the point in time that the table was restored to. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let restoreDateTime: String?
-
Whether a restore is currently in progress.
Declaration
Swift
public let restoreInProgress: Bool?
-
The ARN of the source backup from which the table was restored.
Declaration
Swift
public let sourceBackupArn: String?
-
The ARN of the source table for the backup.
Declaration
Swift
public let sourceTableArn: String?
-
Undocumented
Declaration
Swift
public init(restoreDateTime: String? = nil, restoreInProgress: Bool? = nil, sourceBackupArn: String? = nil, sourceTableArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws