Class: Aws::Types::AwsAmazonMqBrokerLdapServerMetadataDetails

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:

  • (::Array[::String])


333
334
335
# File 'sig/types.rbs', line 333

def hosts
  @hosts
end

#role_base::String

Returns the value of attribute role_base.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def role_search_matching
  @role_search_matching
end

#role_search_subtreeBoolean

Returns the value of attribute role_search_subtree.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def 
  @service_account_username
end

#user_base::String

Returns the value of attribute user_base.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def user_search_matching
  @user_search_matching
end

#user_search_subtreeBoolean

Returns the value of attribute user_search_subtree.

Returns:

  • (Boolean)


342
343
344
# File 'sig/types.rbs', line 342

def user_search_subtree
  @user_search_subtree
end