NAME
Paws::Route53::ListResourceRecordSetsResponse
ATTRIBUTES
REQUIRED 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 NextRecordName
element.
REQUIRED MaxItems => Str
The maximum number of records you requested.
NextRecordIdentifier => Str
Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier
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 Amazon Route 53 Developer Guide.
NextRecordName => Str
If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
NextRecordType => Str
If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
Valid values are: "SOA"
, "A"
, "TXT"
, "NS"
, "CNAME"
, "MX"
, "NAPTR"
, "PTR"
, "SRV"
, "SPF"
, "AAAA"
, "CAA"
, "DS"
REQUIRED ResourceRecordSets => ArrayRef[Paws::Route53::ResourceRecordSet]
Information about multiple resource record sets.