1VM::EC2::DB::Reserved::UIsnesrtaCnocnet(r3i)buted Perl DVoMc:u:mEeCn2t:a:tDiBo:n:Reserved::Instance(3)
2
3
4
6 VM::EC2::DB::Reserved::Instance - An RDS Database Reserved Instance
7
9 use VM::EC2;
10
11 $ec2 = VM::EC2->new(...);
12 @i = $ec2->describe_reserved_db_instances;
13 print "$_\n" foreach grep { $_->State eq 'active' } @i;
14
16 This object represents an RDS Reserved DB Instance.
17
19 In string context, this object outputs
20
22 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
23
25 Lance Kinley <lkinley@loyaltymethods.com>.
26
27 Copyright (c) 2013 Loyalty Methods, Inc.
28
29 This package and its accompanying libraries is free software; you can
30 redistribute it and/or modify it under the terms of the GPL (either
31 version 1, or at your option, any later version) or the Artistic
32 License 2.0. Refer to LICENSE for the full license text. In addition,
33 please see DISCLAIMER.txt for disclaimers of warranty.
34
35
36
37perl v5.28.1 2019-02-02VM::EC2::DB::Reserved::Instance(3)