1VM::EC2::DB::Option::GrUosuepr::COopnttiroiVnbM:u::t:SeEedCt2tP:ie:nrDglB(:3D:)oOcputmieonnt:a:tGiroonup::Option::Setting(3)
2
3
4

NAME

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

SYNOPSIS

10        use VM::EC2;
11
12        $ec2 = VM::EC2->new(...);
13        @options = $ec2->describe_option_group_options(-engine_name => 'mysql');
14        foreach $option (@options) {
15          foreach $setting ($option->OptionGroupOptionSettings) {
16            print $setting->SettingName,' : ',$setting->DefaultValue,"\n";
17          }
18        }
19

DESCRIPTION

21       This object describes an Option Group Option Setting and is an element
22       returned by the VM::EC2->describe_option_group_options() call.
23

STRING OVERLOADING

25       In string context, the object returns the Setting Name.
26

SEE ALSO

28       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
29

AUTHOR

31       Lance Kinley <lkinley@loyaltymethods.com>.
32
33       Copyright (c) 2013 Loyalty Methods, Inc.
34
35       This package and its accompanying libraries is free software; you can
36       redistribute it and/or modify it under the terms of the GPL (either
37       version 1, or at your option, any later version) or the Artistic
38       License 2.0.  Refer to LICENSE for the full license text. In addition,
39       please see DISCLAIMER.txt for disclaimers of warranty.
40
41
42
43perl v5.32.0                    VM2:0:2E0C-20:7:-D2B8::Option::Group::Option::Setting(3)
Impressum