Class: Aws::Types::LdapServerMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::LdapServerMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosts ⇒ ::Array[::String]
Returns the value of attribute hosts.
-
#role_base ⇒ ::String
Returns the value of attribute role_base.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#role_search_matching ⇒ ::String
Returns the value of attribute role_search_matching.
-
#role_search_subtree ⇒ Boolean
Returns the value of attribute role_search_subtree.
-
#service_account_password ⇒ ::String
Returns the value of attribute service_account_password.
-
#service_account_username ⇒ ::String
Returns the value of attribute service_account_username.
-
#user_base ⇒ ::String
Returns the value of attribute user_base.
-
#user_role_name ⇒ ::String
Returns the value of attribute user_role_name.
-
#user_search_matching ⇒ ::String
Returns the value of attribute user_search_matching.
-
#user_search_subtree ⇒ Boolean
Returns the value of attribute user_search_subtree.
Instance Attribute Details
#hosts ⇒ ::Array[::String]
Returns the value of attribute hosts.
537 538 539 |
# File 'sig/types.rbs', line 537 def hosts @hosts end |
#role_base ⇒ ::String
Returns the value of attribute role_base.
538 539 540 |
# File 'sig/types.rbs', line 538 def role_base @role_base end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
539 540 541 |
# File 'sig/types.rbs', line 539 def role_name @role_name end |
#role_search_matching ⇒ ::String
Returns the value of attribute role_search_matching.
540 541 542 |
# File 'sig/types.rbs', line 540 def role_search_matching @role_search_matching end |
#role_search_subtree ⇒ Boolean
Returns the value of attribute role_search_subtree.
541 542 543 |
# File 'sig/types.rbs', line 541 def role_search_subtree @role_search_subtree end |
#service_account_password ⇒ ::String
Returns the value of attribute service_account_password.
542 543 544 |
# File 'sig/types.rbs', line 542 def service_account_password @service_account_password end |
#service_account_username ⇒ ::String
Returns the value of attribute service_account_username.
543 544 545 |
# File 'sig/types.rbs', line 543 def service_account_username @service_account_username end |
#user_base ⇒ ::String
Returns the value of attribute user_base.
544 545 546 |
# File 'sig/types.rbs', line 544 def user_base @user_base end |
#user_role_name ⇒ ::String
Returns the value of attribute user_role_name.
545 546 547 |
# File 'sig/types.rbs', line 545 def user_role_name @user_role_name end |
#user_search_matching ⇒ ::String
Returns the value of attribute user_search_matching.
546 547 548 |
# File 'sig/types.rbs', line 546 def user_search_matching @user_search_matching end |
#user_search_subtree ⇒ Boolean
Returns the value of attribute user_search_subtree.
547 548 549 |
# File 'sig/types.rbs', line 547 def user_search_subtree @user_search_subtree end |