Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / ram / untag-resource.rst
Size: Mime:
**To remove tags from a resource share**

The following ``untag-resource`` example removes the ``project`` tag key and associated value from the specified resource share. ::

    aws ram untag-resource \
        --tag-keys project

This command produces no output.