resourceexplorer_untag_resource {paws.application.integration} | R Documentation |
Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index
Description
Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.
See https://www.paws-r-sdk.com/docs/resourceexplorer_untag_resource/ for full documentation.
Usage
resourceexplorer_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the view or index that you want to remove tags from. |
tagKeys |
[required] A list of the keys for the tags that you want to remove from the specified view or index. |
[Package paws.application.integration version 0.6.0 Index]