DeleteBackupRequest
public struct DeleteBackupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in the format ServerName-yyyyMMddHHmmssSSS.
Declaration
Swift
public let backupId: String
-
Undocumented
Declaration
Swift
public init(backupId: String)
-
Declaration
Swift
public func validate(name: String) throws