Class: Aws::Types::LdapServerMetadataOutput
- Inherits:
-
Object
- Object
- Aws::Types::LdapServerMetadataOutput
- 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_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.
552 553 554 |
# File 'sig/types.rbs', line 552 def hosts @hosts end |
#role_base ⇒ ::String
Returns the value of attribute role_base.
553 554 555 |
# File 'sig/types.rbs', line 553 def role_base @role_base end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
554 555 556 |
# File 'sig/types.rbs', line 554 def role_name @role_name end |
#role_search_matching ⇒ ::String
Returns the value of attribute role_search_matching.
555 556 557 |
# File 'sig/types.rbs', line 555 def role_search_matching @role_search_matching end |
#role_search_subtree ⇒ Boolean
Returns the value of attribute role_search_subtree.
556 557 558 |
# File 'sig/types.rbs', line 556 def role_search_subtree @role_search_subtree end |
#service_account_username ⇒ ::String
Returns the value of attribute service_account_username.
557 558 559 |
# File 'sig/types.rbs', line 557 def service_account_username @service_account_username end |
#user_base ⇒ ::String
Returns the value of attribute user_base.
558 559 560 |
# File 'sig/types.rbs', line 558 def user_base @user_base end |
#user_role_name ⇒ ::String
Returns the value of attribute user_role_name.
559 560 561 |
# File 'sig/types.rbs', line 559 def user_role_name @user_role_name end |
#user_search_matching ⇒ ::String
Returns the value of attribute user_search_matching.
560 561 562 |
# File 'sig/types.rbs', line 560 def user_search_matching @user_search_matching end |
#user_search_subtree ⇒ Boolean
Returns the value of attribute user_search_subtree.
561 562 563 |
# File 'sig/types.rbs', line 561 def user_search_subtree @user_search_subtree end |