Class: Aws::Types::DnsOptions
- Inherits:
-
Object
- Object
- Aws::Types::DnsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_record_ip_type ⇒ "ipv4", ...
Returns the value of attribute dns_record_ip_type.
-
#private_dns_only_for_inbound_resolver_endpoint ⇒ Boolean
Returns the value of attribute private_dns_only_for_inbound_resolver_endpoint.
-
#private_dns_preference ⇒ ::String
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
#dns_record_ip_type ⇒ "ipv4", ...
Returns the value of attribute dns_record_ip_type.
8783 8784 8785 |
# File 'sig/types.rbs', line 8783 def dns_record_ip_type @dns_record_ip_type end |
#private_dns_only_for_inbound_resolver_endpoint ⇒ Boolean
Returns the value of attribute private_dns_only_for_inbound_resolver_endpoint.
8784 8785 8786 |
# File 'sig/types.rbs', line 8784 def private_dns_only_for_inbound_resolver_endpoint @private_dns_only_for_inbound_resolver_endpoint end |
#private_dns_preference ⇒ ::String
Returns the value of attribute private_dns_preference.
8785 8786 8787 |
# File 'sig/types.rbs', line 8785 def private_dns_preference @private_dns_preference end |
#private_dns_specified_domains ⇒ ::Array[::String]
Returns the value of attribute private_dns_specified_domains.
8786 8787 8788 |
# File 'sig/types.rbs', line 8786 def private_dns_specified_domains @private_dns_specified_domains end |