Class: Aws::Types::CreateTrustRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditional_forwarder_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute conditional_forwarder_ip_addrs.
-
#conditional_forwarder_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute conditional_forwarder_ipv_6_addrs.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
-
#selective_auth ⇒ "Enabled", "Disabled"
Returns the value of attribute selective_auth.
-
#trust_direction ⇒ "One-Way: Outgoing", ...
Returns the value of attribute trust_direction.
-
#trust_password ⇒ ::String
Returns the value of attribute trust_password.
-
#trust_type ⇒ "Forest", "External"
Returns the value of attribute trust_type.
Instance Attribute Details
#conditional_forwarder_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute conditional_forwarder_ip_addrs.
344 345 346 |
# File 'sig/types.rbs', line 344 def conditional_forwarder_ip_addrs @conditional_forwarder_ip_addrs end |
#conditional_forwarder_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute conditional_forwarder_ipv_6_addrs.
345 346 347 |
# File 'sig/types.rbs', line 345 def conditional_forwarder_ipv_6_addrs @conditional_forwarder_ipv_6_addrs end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def directory_id @directory_id end |
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
340 341 342 |
# File 'sig/types.rbs', line 340 def remote_domain_name @remote_domain_name end |
#selective_auth ⇒ "Enabled", "Disabled"
Returns the value of attribute selective_auth.
346 347 348 |
# File 'sig/types.rbs', line 346 def selective_auth @selective_auth end |
#trust_direction ⇒ "One-Way: Outgoing", ...
Returns the value of attribute trust_direction.
342 343 344 |
# File 'sig/types.rbs', line 342 def trust_direction @trust_direction end |
#trust_password ⇒ ::String
Returns the value of attribute trust_password.
341 342 343 |
# File 'sig/types.rbs', line 341 def trust_password @trust_password end |
#trust_type ⇒ "Forest", "External"
Returns the value of attribute trust_type.
343 344 345 |
# File 'sig/types.rbs', line 343 def trust_type @trust_type end |