Module: Aws::Route53::Client::_TestDNSAnswerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TestDNSAnswerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #nameserver ⇒ ::String
- #protocol ⇒ ::String
- #record_data ⇒ ::Array[::String]
- #record_name ⇒ ::String
- #record_type ⇒ "SOA", ...
- #response_code ⇒ ::String
Instance Method Details
#nameserver ⇒ ::String
979 |
# File 'sig/client.rbs', line 979
def nameserver: () -> ::String
|
#protocol ⇒ ::String
984 |
# File 'sig/client.rbs', line 984
def protocol: () -> ::String
|
#record_data ⇒ ::Array[::String]
982 |
# File 'sig/client.rbs', line 982
def record_data: () -> ::Array[::String]
|
#record_name ⇒ ::String
980 |
# File 'sig/client.rbs', line 980
def record_name: () -> ::String
|
#record_type ⇒ "SOA", ...
981 |
# File 'sig/client.rbs', line 981
def record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
|
#response_code ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def response_code: () -> ::String
|