kinesisanalytics_untag_resource {paws.analytics} | R Documentation |
Removes one or more tags from a Kinesis Analytics application
Description
Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.
See https://www.paws-r-sdk.com/docs/kinesisanalytics_untag_resource/ for full documentation.
Usage
kinesisanalytics_untag_resource(ResourceARN, TagKeys)
Arguments
ResourceARN |
[required] The ARN of the Kinesis Analytics application from which to remove the tags. |
TagKeys |
[required] A list of keys of tags to remove from the specified application. |
[Package paws.analytics version 0.9.0 Index]