Class: Aws::Types::TestDNSAnswerResponse
- Inherits:
-
Object
- Object
- Aws::Types::TestDNSAnswerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nameserver ⇒ ::String
Returns the value of attribute nameserver.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#record_data ⇒ ::Array[::String]
Returns the value of attribute record_data.
-
#record_name ⇒ ::String
Returns the value of attribute record_name.
-
#record_type ⇒ "SOA", ...
Returns the value of attribute record_type.
-
#response_code ⇒ ::String
Returns the value of attribute response_code.
Instance Attribute Details
#nameserver ⇒ ::String
Returns the value of attribute nameserver.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def nameserver @nameserver end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def protocol @protocol end |
#record_data ⇒ ::Array[::String]
Returns the value of attribute record_data.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def record_data @record_data end |
#record_name ⇒ ::String
Returns the value of attribute record_name.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def record_name @record_name end |
#record_type ⇒ "SOA", ...
Returns the value of attribute record_type.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def record_type @record_type end |
#response_code ⇒ ::String
Returns the value of attribute response_code.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def response_code @response_code end |