NAME
Paws::Route53::ListResourceRecordSetsResponse
ATTRIBUTES
REQUIRED HostedZoneId => Str
The ID of the hosted zone that contains the resource record sets that you want to get.
MaxItems => Str
The maximum number of records you want in the response body.
StartRecordIdentifier => Str
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of ListResourceRecordSetsResponse$NextRecordIdentifier
from the previous response to get the next resource record set that has the current DNS name and type.
StartRecordName => Str
The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets
request to list.
StartRecordType => Str
The DNS type at which to begin the listing of resource record sets.
Valid values: A
| AAAA
| CNAME
| MX
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for Weighted Resource Record Sets: A
| AAAA
| CNAME
| TXT
Values for Regional Resource Record Sets: A
| AAAA
| CNAME
| TXT
Values for Alias Resource Record Sets: A
| AAAA
Constraint: Specifying type
without specifying name
returns an InvalidInput error.