memorydb_untag_resource {paws.database} | R Documentation |
Use this operation to remove tags on a resource
Description
Use this operation to remove tags on a resource.
See https://www.paws-r-sdk.com/docs/memorydb_untag_resource/ for full documentation.
Usage
memorydb_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource to which the tags are to be removed. |
TagKeys |
[required] The list of keys of the tags that are to be removed. |
[Package paws.database version 0.9.0 Index]