class Aws::Route53::Types::ListResourceRecordSetsResponse

A complex type that contains list information for the resource record set.

@!attribute [rw] resource_record_sets

Information about multiple resource record sets.
@return [Array<Types::ResourceRecordSet>]

@!attribute [rw] is_truncated

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.
@return [Boolean]

@!attribute [rw] next_record_name

If the results were truncated, the name of the next record in the
list.

This element is present only if `IsTruncated` is true.
@return [String]

@!attribute [rw] next_record_type

If the results were truncated, the type of the next record in the
list.

This element is present only if `IsTruncated` is true.
@return [String]

@!attribute [rw] next_record_identifier

*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][1] in the *Amazon Route 53 Developer Guide*.

[1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
@return [String]

@!attribute [rw] max_items

The maximum number of records you requested.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListResourceRecordSetsResponse AWS API Documentation

Constants

SENSITIVE