1VM::EC2::DB::Reserved::UIsnesrtaCnocnet:r:iVObMfu:ft:eeErdCi2nP:ge:(rD3lBp:mD:)oRceusmeernvteadt:i:oInnstance::Offering(3pm)
2
3
4
6 VM::EC2::DB::Reserved::Instance::Offering - An RDS Database Reserved
7 Instance Offering
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 my @i = $ec2->describe_reserved_db_instances_offerings;
14 print "$_\n" foreach grep { $_->MultiAZ } @i;
15
17 This object represents an RDS Reserved Instance Offering. It is
18 returned by the VM::EC2->describe_reserved_db_instances_offerings()
19 call.
20
22 In string context, this object returns a formatted string containing
23 all the data available on the reserved instance offering.
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.38.0 VM2:0:2E3C-20:7:-D2B1::Reserved::Instance::Offering(3pm)