Class: Aws::Types::ConditionalForwarder
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalForwarder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addrs.
-
#dns_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ipv_6_addrs.
-
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
-
#replication_scope ⇒ "Domain"
Returns the value of attribute replication_scope.
Instance Attribute Details
#dns_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addrs.
212 213 214 |
# File 'sig/types.rbs', line 212 def dns_ip_addrs @dns_ip_addrs end |
#dns_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ipv_6_addrs.
213 214 215 |
# File 'sig/types.rbs', line 213 def dns_ipv_6_addrs @dns_ipv_6_addrs end |
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def remote_domain_name @remote_domain_name end |
#replication_scope ⇒ "Domain"
Returns the value of attribute replication_scope.
214 215 216 |
# File 'sig/types.rbs', line 214 def replication_scope @replication_scope end |