Class: Aws::Types::OciDnsForwardingConfig
- Inherits:
-
Object
- Object
- Aws::Types::OciDnsForwardingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#oci_dns_listener_ip ⇒ ::String
Returns the value of attribute oci_dns_listener_ip.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def domain_name @domain_name end |
#oci_dns_listener_ip ⇒ ::String
Returns the value of attribute oci_dns_listener_ip.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def oci_dns_listener_ip @oci_dns_listener_ip end |