1VM::EC2::DB::PendingModUisfeiredCVoanltureisb(u3t)ed PerVlM:D:oEcCu2m:e:nDtBa:t:iPoenndingModifiedValues(3)
2
3
4
6 VM::EC2::DB::PendingModifiedValues - An RDS Database Pending Modifed
7 Values object
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 $db = $ec2->modify_db_instance(...);
14 $pending = $db->PendingModifiedValues;
15 foreach $p ($pending->valid_fields) {
16 print $p,' ',$pending->$p,"\n" if $pending->$p;
17 }
18
20 This object represents the changes to a DB instance that are currently
21 pending.
22
24 none
25
27 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
28
30 Lance Kinley <lkinley@loyaltymethods.com>.
31
32 Copyright (c) 2013 Loyalty Methods, Inc.
33
34 This package and its accompanying libraries is free software; you can
35 redistribute it and/or modify it under the terms of the GPL (either
36 version 1, or at your option, any later version) or the Artistic
37 License 2.0. Refer to LICENSE for the full license text. In addition,
38 please see DISCLAIMER.txt for disclaimers of warranty.
39
40
41
42perl v5.30.1 2020-02-V0M7::EC2::DB::PendingModifiedValues(3)