NAME
Net::Amazon::EC2::InstanceBlockDeviceMapping
DESCRIPTION
A class representing a instance block device mapping
ATTRIBUTES
- volume_id (required)
-
The volume id of the EBS Volume.
- status (required)
-
The status of the attachment.
- attach_time (required)
-
The time of attachment.
- delete_on_termination (required)
-
A boolean indicating if the volume will be deleted on 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.