codestarnotifications_untag_resource {paws.developer.tools} | R Documentation |
Removes the association between one or more provided tags and a notification rule
Description
Removes the association between one or more provided tags and a notification rule.
See https://www.paws-r-sdk.com/docs/codestarnotifications_untag_resource/ for full documentation.
Usage
codestarnotifications_untag_resource(Arn, TagKeys)
Arguments
Arn |
[required] The Amazon Resource Name (ARN) of the notification rule from which to remove the tags. |
TagKeys |
[required] The key names of the tags to remove. |
[Package paws.developer.tools version 0.7.0 Index]