VM::EC2::DB::Endpoint - An RDS Database Endpoint
Contents
Description
This object represents the endpoint of a DB Instance.
Name
VM::EC2::DB::Endpoint - An RDS Database Endpoint
See Also
VM::EC2 VM::EC2::Generic VM::EC2::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'.
Synopsis
use VM::EC2;
($i) = $ec2->describe_db_instances(-db_instance_identifier => 'mydb');
print $i->Endpoint,"\n";
