Delete Rule
recyclebin_delete_rule | R Documentation |
Deletes a Recycle Bin retention rule¶
Description¶
Deletes a Recycle Bin retention rule. For more information, see Delete Recycle Bin retention rules in the Amazon Elastic Compute Cloud User Guide.
Usage¶
recyclebin_delete_rule(Identifier)
Arguments¶
Identifier |
[required] The unique ID of the retention rule. |
Value¶
An empty list.
Request syntax¶
svc$delete_rule(
Identifier = "string"
)