Class: Aws::Types::TestDNSAnswerRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestDNSAnswerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edns0_client_subnet_ip ⇒ ::String
Returns the value of attribute edns0_client_subnet_ip.
-
#edns0_client_subnet_mask ⇒ ::String
Returns the value of attribute edns0_client_subnet_mask.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#record_name ⇒ ::String
Returns the value of attribute record_name.
-
#record_type ⇒ "SOA", ...
Returns the value of attribute record_type.
-
#resolver_ip ⇒ ::String
Returns the value of attribute resolver_ip.
Instance Attribute Details
#edns0_client_subnet_ip ⇒ ::String
Returns the value of attribute edns0_client_subnet_ip.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def edns0_client_subnet_ip @edns0_client_subnet_ip end |
#edns0_client_subnet_mask ⇒ ::String
Returns the value of attribute edns0_client_subnet_mask.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def edns0_client_subnet_mask @edns0_client_subnet_mask end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def hosted_zone_id @hosted_zone_id end |
#record_name ⇒ ::String
Returns the value of attribute record_name.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def record_name @record_name end |
#record_type ⇒ "SOA", ...
Returns the value of attribute record_type.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def record_type @record_type end |
#resolver_ip ⇒ ::String
Returns the value of attribute resolver_ip.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def resolver_ip @resolver_ip end |