1VM::EC2::DB::Reserved::UIsnesrtaCnocnet(r3i)buted Perl DVoMc:u:mEeCn2t:a:tDiBo:n:Reserved::Instance(3)
2
3
4

NAME

6       VM::EC2::DB::Reserved::Instance - An RDS Database Reserved Instance
7

SYNOPSIS

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

DESCRIPTION

16       This object represents an RDS Reserved DB Instance.
17

STRING OVERLOADING

19       In string context, this object outputs
20

SEE ALSO

22       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
23

AUTHOR

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.32.0                      2020-07-28VM::EC2::DB::Reserved::Instance(3)
Impressum