1VM::EC2::DB::Engine::VeUrsseironC(o3n)tributed Perl DocuVmMe:n:tEaCt2i:o:nDB::Engine::Version(3)
2
3
4

NAME

6       VM::EC2::DB::Engine::Version - An RDS Database Engine Version
7

SYNOPSIS

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

DESCRIPTION

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

STRING OVERLOADING

19       In string context, this object return the DBEngineVersionDescription.
20

SEE ALSO

22       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
23

AUTHOR

25       Lance Kinley <lkinley@loyaltymethods.com>.
26
27       Copyright (c) 2013 Loyalty Methods, Inc.
28
29       This package and its accompanying libraries is free software; you can
30       redistribute it and/or modify it under the terms of the GPL (either
31       version 1, or at your option, any later version) or the Artistic
32       License 2.0.  Refer to LICENSE for the full license text. In addition,
33       please see DISCLAIMER.txt for disclaimers of warranty.
34
35
36
37perl v5.30.0                      2019-07-26   VM::EC2::DB::Engine::Version(3)
Impressum