Class: Aws::Types::CustomDNSServer
- Inherits:
-
Object
- Object
- Aws::Types::CustomDNSServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_dns_server_ip ⇒ ::String
Returns the value of attribute custom_dns_server_ip.
-
#custom_dns_server_name ⇒ ::String
Returns the value of attribute custom_dns_server_name.
Instance Attribute Details
#custom_dns_server_ip ⇒ ::String
Returns the value of attribute custom_dns_server_ip.
284 285 286 |
# File 'sig/types.rbs', line 284 def custom_dns_server_ip @custom_dns_server_ip end |
#custom_dns_server_name ⇒ ::String
Returns the value of attribute custom_dns_server_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def custom_dns_server_name @custom_dns_server_name end |