Delete Data Protection Settings
workspacesweb_delete_data_protection_settings | R Documentation |
Deletes data protection settings¶
Description¶
Deletes data protection settings.
Usage¶
workspacesweb_delete_data_protection_settings(dataProtectionSettingsArn)
Arguments¶
dataProtectionSettingsArn |
[required] The ARN of the data protection settings. |
Value¶
An empty list.
Request syntax¶
svc$delete_data_protection_settings(
dataProtectionSettingsArn = "string"
)