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.
8889 8890 8891 |
# File 'sig/types.rbs', line 8889 def custom_dns_servers @custom_dns_servers end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
8890 8891 8892 |
# File 'sig/types.rbs', line 8890 def enabled @enabled end |