Class: Aws::Types::AwsAmazonMqBrokerLdapServerMetadataDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAmazonMqBrokerLdapServerMetadataDetails
- 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.
333 334 335 |
# File 'sig/types.rbs', line 333 def hosts @hosts end |
#role_base ⇒ ::String
Returns the value of attribute role_base.
334 335 336 |
# File 'sig/types.rbs', line 334 def role_base @role_base end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
335 336 337 |
# File 'sig/types.rbs', line 335 def role_name @role_name end |
#role_search_matching ⇒ ::String
Returns the value of attribute role_search_matching.
336 337 338 |
# File 'sig/types.rbs', line 336 def role_search_matching @role_search_matching end |
#role_search_subtree ⇒ Boolean
Returns the value of attribute role_search_subtree.
337 338 339 |
# File 'sig/types.rbs', line 337 def role_search_subtree @role_search_subtree end |
#service_account_username ⇒ ::String
Returns the value of attribute service_account_username.
338 339 340 |
# File 'sig/types.rbs', line 338 def service_account_username @service_account_username end |
#user_base ⇒ ::String
Returns the value of attribute user_base.
339 340 341 |
# File 'sig/types.rbs', line 339 def user_base @user_base end |
#user_role_name ⇒ ::String
Returns the value of attribute user_role_name.
340 341 342 |
# File 'sig/types.rbs', line 340 def user_role_name @user_role_name end |
#user_search_matching ⇒ ::String
Returns the value of attribute user_search_matching.
341 342 343 |
# File 'sig/types.rbs', line 341 def user_search_matching @user_search_matching end |
#user_search_subtree ⇒ Boolean
Returns the value of attribute user_search_subtree.
342 343 344 |
# File 'sig/types.rbs', line 342 def user_search_subtree @user_search_subtree end |