Class: Aws::Types::LdapServerMetadataInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#hosts::Array[::String]

Returns the value of attribute hosts.

Returns:



537
538
539
# File 'sig/types.rbs', line 537

def hosts
  @hosts
end

#role_base::String

Returns the value of attribute role_base.

Returns:



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.

Returns:



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.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def role_search_matching
  @role_search_matching
end

#role_search_subtreeBoolean

Returns the value of attribute role_search_subtree.

Returns:



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.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def 
  
end

#service_account_username::String

Returns the value of attribute service_account_username.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def 
  
end

#user_base::String

Returns the value of attribute user_base.

Returns:



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.

Returns:



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.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def user_search_matching
  @user_search_matching
end

#user_search_subtreeBoolean

Returns the value of attribute user_search_subtree.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def user_search_subtree
  @user_search_subtree
end