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

NAME

Net::Amazon::EC2::Attachment

DESCRIPTION

A class representing a volume attachment to an instance

ATTRIBUTES

volume_id (required)

The ID of the volume.

instance_id (optional)

The ID of the instance which this volume was attached to.

device (required)

The device path on the instance that the volume was attached as.

status (required)

The attachment's status.

attach_time (required)

The time the volume was attached.

delete_on_termination (required)

This boolean indicates if an volume is terminated upon instance termination.

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.