class Aws::Route53::Types::TestDNSAnswerResponse
A complex type that contains the response to a `TestDNSAnswer` request.
@!attribute [rw] nameserver
The Amazon Route 53 name server used to respond to the request. @return [String]
@!attribute [rw] record_name
The name of the resource record set that you submitted a request for. @return [String]
@!attribute [rw] record_type
The type of the resource record set that you submitted a request for. @return [String]
@!attribute [rw] record_data
A list that contains values that Amazon Route 53 returned for this resource record set. @return [Array<String>]
@!attribute [rw] response_code
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][1] on the IANA website. [1]: http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6 @return [String]
@!attribute [rw] protocol
The protocol that Amazon Route 53 used to respond to the request, either `UDP` or `TCP`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TestDNSAnswerResponse AWS API Documentation
Constants
- SENSITIVE