Class: Aws::DirectoryService::Types::DescribeLDAPSSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory.



2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-directoryservice/types.rb', line 2087

class DescribeLDAPSSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Specifies the number of items that should be displayed on one page.



2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-directoryservice/types.rb', line 2087

class DescribeLDAPSSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The type of next token used for pagination.



2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-directoryservice/types.rb', line 2087

class DescribeLDAPSSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of LDAP security to enable. Currently only the value ‘Client` is supported.



2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-directoryservice/types.rb', line 2087

class DescribeLDAPSSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end