1VM::EC2::DB::Parameter(U3s)er Contributed Perl DocumentatViMo:n:EC2::DB::Parameter(3)
2
3
4

NAME

6       VM::EC2::DB::Parameter - An RDS Database Parameter
7

SYNOPSIS

9        use VM::EC2;
10
11        $ec2 = VM::EC2->new(...);
12        @params = $ec2->describe_db_parameters(-db_parameter_group_name => 'mygroup');
13        print $_,"\n" foreach @params;
14

DESCRIPTION

16       This object represents a DB Parameter, used as a response element in
17       the VM::EC2->describe_engine_default_parameters() and
18       VM::EC2->describe_db_parameters() calls.
19

STRING OVERLOADING

21       In string context, this object returns a string of Name=Value
22

SEE ALSO

24       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
25

AUTHOR

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