1VM::EC2::DB::Option::GrUosuepr::COopnttiroinb(u3t)ed PerVlM:D:oEcCu2m:e:nDtBa:t:iOopntion::Group::Option(3)
2
3
4
6 VM::EC2::DB::Option::Group::Option - An RDS Database Option Group
7 Option
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 @options = $ec2->describe_option_group_options(-engine_name => 'oracle-se1');
14 foreach $option (@options) {
15 print $option->Name,' ',$option->MajorEngineVersion,"\n";
16 }
17
19 This object represents an Option Group Option, as returned by the
20 VM::EC2->describe_option_group_options() call.
21
23 In string context, the object returns the Option Name.
24
26 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
27
29 Lance Kinley <lkinley@loyaltymethods.com>.
30
31 Copyright (c) 2013 Loyalty Methods, Inc.
32
33 This package and its accompanying libraries is free software; you can
34 redistribute it and/or modify it under the terms of the GPL (either
35 version 1, or at your option, any later version) or the Artistic
36 License 2.0. Refer to LICENSE for the full license text. In addition,
37 please see DISCLAIMER.txt for disclaimers of warranty.
38
39
40
41perl v5.28.0 2018-07-V1M5::EC2::DB::Option::Group::Option(3)