1VM::EC2::DB::Option::GrUosuepr::COopnttVirMoi:nb::uE:tCSe2ed:t:tPDieBnr:gl:(O3Dppotmci)uomne:n:tGartoiuopn::Option::Setting(3pm)
2
3
4
6 VM::EC2::DB::Option::Group::Option::Setting - An RDS Database Option
7 Group Option Setting
8
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
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
25 In string context, the object returns the Setting Name.
26
28 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
29
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.38.0 VM::2E0C223:-:0D7B-:2:1Option::Group::Option::Setting(3pm)