1VM::EC2::DB::Event::CatUesgeorryC(o3n)tributed Perl DocuVmMe:n:tEaCt2i:o:nDB::Event::Category(3)
2
3
4
6 VM::EC2::DB::Event::Category - An RDS Database Event Category
7
9 use VM::EC2;
10
11 $ec2 = VM::EC2->new(...);
12 $db_cat = $ec2->describe_event_categories(-source_type => 'db-instance');
13 print $_,"\n" foreach $db_cat->EventCategories;
14
16 This object represents an RDS Event Category. It is the resultant
17 output of the VM::EC2->describe_event_categories() function.
18
20 When used in a string context, this object will output the source type
21 followed by a comma delimited list of event categories.
22
24 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
25
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.28.0 2018-07-15 VM::EC2::DB::Event::Category(3)