PointInTimeRecoverySpecification
public struct PointInTimeRecoverySpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Declaration
Swift
public let pointInTimeRecoveryEnabled: Bool
-
Undocumented
Declaration
Swift
public init(pointInTimeRecoveryEnabled: Bool)