TestDNSAnswerResponse

public struct TestDNSAnswerResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Route 53 name server used to respond to the request.

    Declaration

    Swift

    public let nameserver: String
  • The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.

    Declaration

    Swift

    public let `protocol`: String
  • A list that contains values that Amazon Route 53 returned for this resource record set.

    Declaration

    Swift

    public let recordData: [String]
  • The name of the resource record set that you submitted a request for.

    Declaration

    Swift

    public let recordName: String
  • The type of the resource record set that you submitted a request for.

    Declaration

    Swift

    public let recordType: RRType
  • 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.

    Declaration

    Swift

    public let responseCode: String
  • Undocumented

    Declaration

    Swift

    public init(nameserver: String, protocol: String, recordData: [String], recordName: String, recordType: RRType, responseCode: String)