PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Route53::TestDNSAnswerResponse; use Moose; has Nameserver => (is => 'ro', isa => 'Str', required => 1); has Protocol => (is => 'ro', isa => 'Str', required => 1); has RecordData => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'RecordDataEntry', traits => ['NameInRequest'], required => 1); has RecordName => (is => 'ro', isa => 'Str', required => 1); has RecordType => (is => 'ro', isa => 'Str', required => 1); has ResponseCode => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53::TestDNSAnswerResponse =head1 ATTRIBUTES =head2 B Nameserver => Str The Amazon Route 53 name server used to respond to the request. =head2 B Protocol => Str The protocol that Amazon Route 53 used to respond to the request, either C or C. =head2 B RecordData => ArrayRef[Str|Undef] A list that contains values that Amazon Route 53 returned for this resource record set. =head2 B RecordName => Str The name of the resource record set that you submitted a request for. =head2 B RecordType => Str The type of the resource record set that you submitted a request for. Valid values are: C<"SOA">, C<"A">, C<"TXT">, C<"NS">, C<"CNAME">, C<"MX">, C<"NAPTR">, C<"PTR">, C<"SRV">, C<"SPF">, C<"AAAA">, C<"CAA">, C<"DS"> =head2 B ResponseCode => Str A code that indicates whether the request is valid or not. The most common response code is C, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES (http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6) on the IANA website. =cut