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.

Returns:

  • (String)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-directoryservice/types.rb', line 1503

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.

Returns:

  • (Integer)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-directoryservice/types.rb', line 1503

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.

Returns:

  • (String)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-directoryservice/types.rb', line 1503

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.

Returns:

  • (String)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'lib/aws-sdk-directoryservice/types.rb', line 1503

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