VM::EC2::DB::PendingModifiedValues - An RDS Database Pending Modified Values object
Contents
Description
This object represents the changes to a DB instance that are currently pending.
Name
VM::EC2::DB::PendingModifiedValues - An RDS Database Pending Modified Values object
See Also
VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
String Overloading
none
Synopsis
use VM::EC2;
$ec2 = VM::EC2->new(...);
$db = $ec2->modify_db_instance(...);
$pending = $db->PendingModifiedValues;
foreach $p ($pending->valid_fields) {
print $p,' ',$pending->$p,"\n" if $pending->$p;
}
