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 / ec2 / reset-fpga-image-attribute.rst
Size: Mime:
**To reset the attributes of an Amazon FPGA image**

This example resets the load permissions for the specified AFI.

Command::

  aws ec2 reset-fpga-image-attribute --fpga-image-id afi-0d123e123bfc85abc --attribute loadPermission

Output::

  {
    "Return": true
  }