my $change = Net::Amazon::Route53::Change->new(...);
# use methods on $change
A Net::Amazon::Route53 object, needed and used to perform requests to Amazon's Route 53 service
The change request's id
The change request's status; usually PENDING or INSYNC.
The date/time the change was submitted at, in the format: YYYY-MM-DDTHH:MM::SS.UUUZ
Any Comment given when the zone is created
Refresh the details of the change. When performed, the object's status is current.

Marco FONTANI <mfontani@cpan.org>

This 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.