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.
8588 8589 8590 |
# File 'sig/types.rbs', line 8588 def custom_dns_servers @custom_dns_servers end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
8589 8590 8591 |
# File 'sig/types.rbs', line 8589 def enabled @enabled end |