DeleteBackupRequest

public struct DeleteBackupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.

    Declaration

    Swift

    public let backupId: String
  • Undocumented

    Declaration

    Swift

    public init(backupId: String)
  • Declaration

    Swift

    public func validate(name: String) throws