VM::EC2::DB::Event::Category - An RDS Database Event Category
Contents
Description
This object represents an RDS Event Category. It is the resultant output of the
VM::EC2->describe_event_categories() function.
Name
VM::EC2::DB::Event::Category - An RDS Database Event Category
See Also
VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
String Overloading
When used in a string context, this object will output the source type followed by a comma delimited list
of event categories.
Synopsis
use VM::EC2;
$ec2 = VM::EC2->new(...);
$db_cat = $ec2->describe_event_categories(-source_type => 'db-instance');
print $_,"\n" foreach $db_cat->EventCategories;
