
describe-image-attribute
************************


DESCRIPTION
===========

The describe-image-attribute operation returns information about an
attribute of an AMI. Only one attribute can be specified per call.


SYNOPSIS
========

   aws ec2 describe-image-attribute
     --attribute <value>
     --image-id <value>


REQUIRED PARAMETERS
===================

"--attribute"  (string)
   The name of the attribute to describe.

   Available attribute names: "productCodes" , "kernel" , "ramdisk" ,
   "launchPermisson" , "blockDeviceMapping"

"--image-id"  (string)
   The ID of the AMI whose attribute is to be described.


OPTIONAL PARAMETERS
===================

None
