ContinuousBackupsDescription
public struct ContinuousBackupsDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED
Declaration
Swift
public let continuousBackupsStatus: ContinuousBackupsStatus -
The description of the point in time recovery settings applied to the table.
Declaration
Swift
public let pointInTimeRecoveryDescription: PointInTimeRecoveryDescription? -
Undocumented
Declaration
Swift
public init(continuousBackupsStatus: ContinuousBackupsStatus, pointInTimeRecoveryDescription: PointInTimeRecoveryDescription? = nil)
View on GitHub
ContinuousBackupsDescription Structure Reference