Class: Aws::Types::DnsOptions
- Inherits:
-
Object
- Object
- Aws::Types::DnsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#private_dns_preference ⇒ "VERIFIED_DOMAINS_ONLY", ...
Returns the value of attribute private_dns_preference.
-
#private_dns_specified_domains ⇒ ::Array[::String]
Returns the value of attribute private_dns_specified_domains.
Instance Attribute Details
#private_dns_preference ⇒ "VERIFIED_DOMAINS_ONLY", ...
Returns the value of attribute private_dns_preference.
475 476 477 |
# File 'sig/types.rbs', line 475 def private_dns_preference @private_dns_preference end |
#private_dns_specified_domains ⇒ ::Array[::String]
Returns the value of attribute private_dns_specified_domains.
476 477 478 |
# File 'sig/types.rbs', line 476 def private_dns_specified_domains @private_dns_specified_domains end |