DeleteBackupRequest
public struct DeleteBackupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the backup you want to delete.
Declaration
Swift
public let backupId: String
-
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
Declaration
Swift
public let clientRequestToken: String?
-
Undocumented
Declaration
Swift
public init(backupId: String, clientRequestToken: String? = DeleteBackupRequest.idempotencyToken())
-
Declaration
Swift
public func validate(name: String) throws