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 the response to a TestDNSAnswer request.

Inheritance Hierarchy

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

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

Syntax

C#
public class TestDNSAnswerResponse : AmazonWebServiceResponse

The TestDNSAnswerResponse type exposes the following members

Constructors

NameDescription
Public Method TestDNSAnswerResponse()

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 Nameserver System.String

Gets and sets the property Nameserver.

The Amazon Route 53 name server used to respond to the request.

Public Property Protocol System.String

Gets and sets the property Protocol.

The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

Public Property RecordData System.Collections.Generic.List<System.String>

Gets and sets the property RecordData.

A list that contains values that Amazon Route 53 returned for this resource record set.

Public Property RecordName System.String

Gets and sets the property RecordName.

The name of the resource record set that you submitted a request for.

Public Property RecordType Amazon.Route53.RRType

Gets and sets the property RecordType.

The type of the resource record set that you submitted a request for.

Public Property ResponseCode System.String

Gets and sets the property ResponseCode.

A code that indicates whether the request is valid or not. The most common response code is NOERROR, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.

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