recyclebin_untag_resource {paws.storage}R Documentation

Unassigns a tag from a retention rule

Description

Unassigns a tag from a retention rule.

See https://www.paws-r-sdk.com/docs/recyclebin_untag_resource/ for full documentation.

Usage

recyclebin_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the retention rule.

TagKeys

[required] The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.


[Package paws.storage version 0.9.0 Index]