DeleteBackupResponse
public struct DeleteBackupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the backup deleted.
Declaration
Swift
public let backupId: String? -
The lifecycle of the backup. Should be DELETED.
Declaration
Swift
public let lifecycle: BackupLifecycle? -
Undocumented
Declaration
Swift
public init(backupId: String? = nil, lifecycle: BackupLifecycle? = nil)
View on GitHub
DeleteBackupResponse Structure Reference