VM::EC2::DB::Engine::Version(3) An RDS Database Engine Version

SYNOPSIS


use VM::EC2;
$ec2 = VM::EC2->new(...);
@versions = $ec2->describe_db_engine_versions;
print $_,"\n" foreach grep { $_->Engine eq 'mysql' } @versions;

DESCRIPTION

This object represents a DB Engine Version, returned from a call to VM::EC2->describe_db_engine_versions().

STRING OVERLOADING

In string context, this object return the DBEngineVersionDescription.

AUTHOR

Lance Kinley <[email protected]>.

Copyright (c) 2013 Loyalty Methods, Inc.

This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty.