The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

    my $change = Net::Amazon::Route53::Change->new(...);
    # use methods on $change

ATTRIBUTES

route53

A 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

METHODS

refresh

Refresh the details of the change. When performed, the object's status is current.

AUTHOR

Marco FONTANI <mfontani@cpan.org>

COPYRIGHT AND LICENSE

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.