Skip to content

/AWS1/CL_R53TESTDNSANSWERRSP

A complex type that contains the response to a TestDNSAnswer request.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAMESERVER TYPE /AWS1/R53NAMESERVER /AWS1/R53NAMESERVER

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

IV_RECORDNAME TYPE /AWS1/R53DNSNAME /AWS1/R53DNSNAME

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

IV_RECORDTYPE TYPE /AWS1/R53RRTYPE /AWS1/R53RRTYPE

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

IT_RECORDDATA TYPE /AWS1/CL_R53RECORDDATA_W=>TT_RECORDDATA TT_RECORDDATA

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

IV_RESPONSECODE TYPE /AWS1/R53DNSRCODE /AWS1/R53DNSRCODE

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.

IV_PROTOCOL TYPE /AWS1/R53TRANSPORTPROTOCOL /AWS1/R53TRANSPORTPROTOCOL

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


Queryable Attributes

Nameserver

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

Accessible with the following methods

Method Description
GET_NAMESERVER() Getter for NAMESERVER, with configurable default
ASK_NAMESERVER() Getter for NAMESERVER w/ exceptions if field has no value
HAS_NAMESERVER() Determine if NAMESERVER has a value

RecordName

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

Accessible with the following methods

Method Description
GET_RECORDNAME() Getter for RECORDNAME, with configurable default
ASK_RECORDNAME() Getter for RECORDNAME w/ exceptions if field has no value
HAS_RECORDNAME() Determine if RECORDNAME has a value

RecordType

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

Accessible with the following methods

Method Description
GET_RECORDTYPE() Getter for RECORDTYPE, with configurable default
ASK_RECORDTYPE() Getter for RECORDTYPE w/ exceptions if field has no value
HAS_RECORDTYPE() Determine if RECORDTYPE has a value

RecordData

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

Accessible with the following methods

Method Description
GET_RECORDDATA() Getter for RECORDDATA, with configurable default
ASK_RECORDDATA() Getter for RECORDDATA w/ exceptions if field has no value
HAS_RECORDDATA() Determine if RECORDDATA has a value

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.

Accessible with the following methods

Method Description
GET_RESPONSECODE() Getter for RESPONSECODE, with configurable default
ASK_RESPONSECODE() Getter for RESPONSECODE w/ exceptions if field has no value
HAS_RESPONSECODE() Determine if RESPONSECODE has a value

Protocol

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

Accessible with the following methods

Method Description
GET_PROTOCOL() Getter for PROTOCOL, with configurable default
ASK_PROTOCOL() Getter for PROTOCOL w/ exceptions if field has no value
HAS_PROTOCOL() Determine if PROTOCOL has a value