Provided by: libvm-ec2-perl_1.28-1_all bug

NAME

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

SYNOPSIS

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

DESCRIPTION

       This object represents the endpoint of a DB Instance.

STRING OVERLOADING

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

SEE ALSO

       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance

AUTHOR

       Lance Kinley <lkinley@loyaltymethods.com>.

       Copyright (c) 2013 Loyalty Methods, Inc.

       This package and its accompanying libraries is free software; you can redistribute it
       and/or modify it under the terms of the GPL (either version 1, or at your option, any
       later version) or the Artistic License 2.0.  Refer to LICENSE for the full license text.
       In addition, please see DISCLAIMER.txt for disclaimers of warranty.