efs_untag_resource {paws.storage} | R Documentation |
Removes tags from an EFS resource
Description
Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.
See https://www.paws-r-sdk.com/docs/efs_untag_resource/ for full documentation.
Usage
efs_untag_resource(ResourceId, TagKeys)
Arguments
ResourceId |
[required] Specifies the EFS resource that you want to remove tags from. |
TagKeys |
[required] The keys of the key-value tag pairs that you want to remove from the specified EFS resource. |
[Package paws.storage version 0.6.0 Index]