DescribeImagesResponseItemType
The DescribeImagesResponseItemType data type.
Ancestors
Relevant Operations
-
DescribeImages
Contents
The following table describes the elements contained in DescribeImagesResponseItemType.
Name | Description |
---|---|
|
The architecture of the image ("i386" or "x86_64"). Type: xsd:string |
|
The ID of the AMI. Type: xsd:string |
|
The location of the AMI. Type: xsd:string |
|
AWS Access Key ID of the image owner. Type: xsd:string |
|
Current state of the AMI. If the operation returns "available", the image is successfully registered and available for launching. If the operation returns "deregistered", the image is deregistered and no longer available for launching. Type: xsd:string |
|
The type of image ("machine", "kernel", or "ramdisk"). Type: xsd:string |
|
Returns "true" if this image has public launch permissions. Returns "false" if it only has implicit and explicit launch permissions. Type: xsd:boolean |
|
The kernel associated with the image, if any. Only applicable for machine images. Type: xsd:string |
|
The operating platform of the instance. Type: xsd:string |
|
Product codes of the AMI. Type: ProductCodesSetType |
|
The RAM disk associated with the image, if any. Only applicable for machine images. Type: xsd:string |