Class: Aws::Types::LdapServerMetadataOutput

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:



552
553
554
# File 'sig/types.rbs', line 552

def hosts
  @hosts
end

#role_base::String

Returns the value of attribute role_base.

Returns:



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.

Returns:



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.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def role_search_matching
  @role_search_matching
end

#role_search_subtreeBoolean

Returns the value of attribute role_search_subtree.

Returns:



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.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def 
  
end

#user_base::String

Returns the value of attribute user_base.

Returns:



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.

Returns:



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.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def user_search_matching
  @user_search_matching
end

#user_search_subtreeBoolean

Returns the value of attribute user_search_subtree.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def user_search_subtree
  @user_search_subtree
end