1VM::EC2::DB::Option::GrUosuepr(3C)ontributed Perl DocumeVnMt:a:tEiCo2n::DB::Option::Group(3)
2
3
4

NAME

6       VM::EC2::DB::Option::Group - An RDS Database Option Group
7

SYNOPSIS

9        use VM::EC2;
10
11        $ec2 = VM::EC2->new(...);
12        @grps = $ec2->describe_option_groups();
13        print $_->OptionGroupName,': ',$_->EngineName,"\n" foreach @grps;
14

DESCRIPTION

16       This object represents a DB Option Group.  It is the result of a
17       VM::EC2->create_option_group(), VM::EC2->describe_option_groups(), or
18       VM::EC2->modify_option_group() call.
19

STRING OVERLOADING

21       In string context, the object returns the Option Group Name.
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.30.0                      2019-07-26     VM::EC2::DB::Option::Group(3)
Impressum