1VM::EC2::DB::Reserved::URseecrurCroinntgrCihbaurtgeedV(M3P:)e:rElC2D:o:cDuBm:e:nRteasteirovned::RecurringCharge(3)
2
3
4
6 VM::EC2::DB::Reserved::RecurringCharge - An RDS Database Reserved
7 Instance Recurring Charge
8
10 use VM::EC2;
11 $ec2 = VM::EC2->new(...);
12 @i = $ec2->describe_reserved_db_instances;
13 print $_->RecurringCharges,"\n" foreach grep { $_->State eq 'active' } @i;
14
16 This object represents a recurring charge from an RDS Reserved DB
17 Instance or an RDS Reserved DB Instance Offering.
18
20 In string context, this object returns a string containing the
21 recurring charge amount and frequency.
22
24 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
25
27 Lance Kinley <lkinley@loyaltymethods.com>.
28
29 Copyright (c) 2013 Loyalty Methods, Inc.
30
31 This package and its accompanying libraries is free software; you can
32 redistribute it and/or modify it under the terms of the GPL (either
33 version 1, or at your option, any later version) or the Artistic
34 License 2.0. Refer to LICENSE for the full license text. In addition,
35 please see DISCLAIMER.txt for disclaimers of warranty.
36
37
38
39perl v5.32.1 2021V-M0:1:-E2C72::DB::Reserved::RecurringCharge(3)