backup_update_backup_plan {paws.storage} | R Documentation |
Updates the specified backup plan
Description
Updates the specified backup plan. The new version is uniquely identified by its ID.
See https://www.paws-r-sdk.com/docs/backup_update_backup_plan/ for full documentation.
Usage
backup_update_backup_plan(BackupPlanId, BackupPlan)
Arguments
BackupPlanId |
[required] The ID of the backup plan. |
BackupPlan |
[required] The body of a backup plan. Includes a |
[Package paws.storage version 0.9.0 Index]