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

NAME

Net::Amazon::EC2::DescribeImageAttribute

DESCRIPTION

A class representing the attributes associated with a machine image.

ATTRIBUTES

image_id (required)

Image ID you are describing the image attributes of.

launch_permissions (optional)

An array ref of Net::Amazon::EC2::LaunchPermission objects.

product_codes (optional)

An array ref of Net::Amazon::EC2::ProductCode objects.

kernel (optional)

ID of the kernel associated with the AMI. Returned if kernel is specified.

ramdisk (optional)

ID of the RAM disk associated with the AMI. Returned if ramdisk is specified.

block_device_mapping (optional)

An array ref of Net::Amazon::EC2::BlockDeviceMapping objects.

platform (optional)

Describes the operating system platform.

AUTHOR

Jeff Kim <cpan@chosec.com>

COPYRIGHT

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