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::ListResourceRecordSetsResponse; use Moose; has IsTruncated => (is => 'ro', isa => 'Bool', required => 1); has MaxItems => (is => 'ro', isa => 'Str', required => 1); has NextRecordIdentifier => (is => 'ro', isa => 'Str'); has NextRecordName => (is => 'ro', isa => 'Str'); has NextRecordType => (is => 'ro', isa => 'Str'); has ResourceRecordSets => (is => 'ro', isa => 'ArrayRef[Paws::Route53::ResourceRecordSet]', request_name => 'ResourceRecordSet', traits => ['NameInRequest'], required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53::ListResourceRecordSetsResponse =head1 ATTRIBUTES =head2 B IsTruncated => Bool A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the C element. =head2 B MaxItems => Str The maximum number of records you requested. =head2 NextRecordIdentifier => Str I If results were truncated for a given DNS name and type, the value of C for the next resource record set that has the current DNS name and type. For information about routing policies, see Choosing a Routing Policy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html) in the I. =head2 NextRecordName => Str If the results were truncated, the name of the next record in the list. This element is present only if C is true. =head2 NextRecordType => Str If the results were truncated, the type of the next record in the list. This element is present only if C is true. 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 ResourceRecordSets => ArrayRef[L] Information about multiple resource record sets. =cut