|
SYNOPSISmy $change = Net::Amazon::Route53::Change->new(...); # use methods on $change ATTRIBUTESroute53A Net::Amazon::Route53 object, needed and used to perform requests to Amazon's Route 53 service id The change request's id status The change request's status; usually "PENDING" or "INSYNC". submittedat The date/time the change was submitted at, in the format: "YYYY-MM-DDTHH:MM::SS.UUUZ" comment Any Comment given when the zone is created METHODSrefreshRefresh the details of the change. When performed, the object's status is current. AUTHORMarco FONTANI <mfontani@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Marco FONTANI.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |