Struct rusoto_route53::TestDNSAnswerResponse [] [src]

pub struct TestDNSAnswerResponse {
    pub nameserver: String,
    pub protocol: String,
    pub record_data: Vec<String>,
    pub record_name: String,
    pub record_type: String,
    pub response_code: String,
}

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

Fields

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

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

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

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

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

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.

Trait Implementations

impl Default for TestDNSAnswerResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for TestDNSAnswerResponse
[src]

[src]

Formats the value using the given formatter.