Class: Aws::DirectoryService::Types::EnableLDAPSRequest

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)


2559
2560
2561
2562
2563
2564
# File 'lib/aws-sdk-directoryservice/types.rb', line 2559

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

#typeString

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

Returns:

  • (String)


2559
2560
2561
2562
2563
2564
# File 'lib/aws-sdk-directoryservice/types.rb', line 2559

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