Class: Aws::Types::DnsServersOptionsModifyStructure
- Inherits:
-
Object
- Object
- Aws::Types::DnsServersOptionsModifyStructure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_dns_servers ⇒ ::Array[::String]
Returns the value of attribute custom_dns_servers.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#custom_dns_servers ⇒ ::Array[::String]
Returns the value of attribute custom_dns_servers.
8799 8800 8801 |
# File 'sig/types.rbs', line 8799 def custom_dns_servers @custom_dns_servers end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
8800 8801 8802 |
# File 'sig/types.rbs', line 8800 def enabled @enabled end |