1VM::EC2::DB::Endpoint(3U)ser Contributed Perl DocumentatiVoMn::EC2::DB::Endpoint(3)
2
3
4

NAME

6       VM::EC2::DB::Endpoint - An RDS Database Endpoint
7

SYNOPSIS

9        use VM::EC2;
10        ($i) = $ec2->describe_db_instances(-db_instance_identifier => 'mydb');
11        print $i->Endpoint,"\n";
12

DESCRIPTION

14       This object represents the endpoint of a DB Instance.
15

STRING OVERLOADING

17       In string context, this object returns a string containing the Address
18       and Port of the endpoint in the form 'Address:Port'.
19

SEE ALSO

21       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
22

AUTHOR

24       Lance Kinley <lkinley@loyaltymethods.com>.
25
26       Copyright (c) 2013 Loyalty Methods, Inc.
27
28       This package and its accompanying libraries is free software; you can
29       redistribute it and/or modify it under the terms of the GPL (either
30       version 1, or at your option, any later version) or the Artistic
31       License 2.0.  Refer to LICENSE for the full license text. In addition,
32       please see DISCLAIMER.txt for disclaimers of warranty.
33
34
35
36perl v5.30.0                      2019-07-26          VM::EC2::DB::Endpoint(3)
Impressum