CreateBackupInput
public struct CreateBackupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specified name for the backup.
Declaration
Swift
public let backupName: String
-
The name of the table.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(backupName: String, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws