The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Amazon::EC2::DescribeImagesResponse

DESCRIPTION

A class representing a machine image.

ATTRIBUTES

image_id (required)

The image_id you you are describing the image attributes of.

image_state (required)

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.

image_owner_id (required)

AWS access key id of the owner of the image.

image_location (required)

Path to the AMI itself

is_public (required)

This is true if the AMI can be launched by anyone (has public launch permissions) or false if its only able to be run by the owner of the AMI.

product_codes (optional)

An array ref of Net::Amazon::EC2::ProductCode objects (if any) associated with this AMI.

architecture (optional)

The AMI architecture (i386 or x86_64).

image_type (optional)

The type of AMI this is. Valid values are:

machine
kernel
ramdisk
kernel_id (optional)

The kernel id associated with this AMI (if any). This is only defined for machine type AMIs.

ramdisk_id (optional)

The ramdisk id associated with this AMI (if any). This is only defined for machine type AMIs.

AUTHOR

Jeff Kim <jkim@chosec.com>

COPYRIGHT

Copyright (c) 2006-2008 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.