AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53.Model.ListResourceRecordSetsResponse

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public class ListResourceRecordSetsResponse : AmazonWebServiceResponse

The ListResourceRecordSetsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsTruncated System.Boolean

Gets and sets the property IsTruncated.

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.

Public Property MaxItems System.String

Gets and sets the property MaxItems.

The maximum number of records you requested.

Public Property NextRecordIdentifier System.String

Gets and sets the property NextRecordIdentifier.

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.

Public Property NextRecordName System.String

Gets and sets the property NextRecordName.

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

This element is present only if IsTruncated is true.

Public Property NextRecordType Amazon.Route53.RRType

Gets and sets the property NextRecordType.

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

This element is present only if IsTruncated is true.

Public Property ResourceRecordSets System.Collections.Generic.List<Amazon.Route53.Model.ResourceRecordSet>

Gets and sets the property ResourceRecordSets.

Information about multiple resource record sets.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5