Class: Aws::Types::UpdateConditionalForwarderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConditionalForwarderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#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.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def directory_id @directory_id end |
#dns_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addrs.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def dns_ip_addrs @dns_ip_addrs end |
#dns_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ipv_6_addrs.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def dns_ipv_6_addrs @dns_ipv_6_addrs end |
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def remote_domain_name @remote_domain_name end |