You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::ListResourceRecordSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

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.

Returns:

  • (Boolean)

    A flag that indicates whether more resource record sets remain to be listed.

#max_itemsInteger

The maximum number of records you requested.

Returns:

  • (Integer)

    The maximum number of records you requested.

#next_record_identifierString

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

Returns:

  • (String)

    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.

#next_record_nameString

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

This element is present only if IsTruncated is true.

Returns:

  • (String)

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

#next_record_typeString

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

This element is present only if IsTruncated is true.

Possible values:

  • SOA
  • A
  • TXT
  • NS
  • CNAME
  • MX
  • NAPTR
  • PTR
  • SRV
  • SPF
  • AAAA
  • CAA

Returns:

  • (String)

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

#resource_record_setsArray<Types::ResourceRecordSet>

Information about multiple resource record sets.

Returns: