VM::EC2::DB::Option::Group(3) An RDS Database Option Group

SYNOPSIS


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

DESCRIPTION

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

STRING OVERLOADING

In string context, the object returns the Option Group Name.

AUTHOR

Lance Kinley <[email protected]>.

Copyright (c) 2013 Loyalty Methods, Inc.

This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty.