UpdateContinuousBackupsInput
public struct UpdateContinuousBackupsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the settings used to enable point in time recovery.
Declaration
Swift
public let pointInTimeRecoverySpecification: PointInTimeRecoverySpecification
-
The name of the table.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(pointInTimeRecoverySpecification: PointInTimeRecoverySpecification, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws