Class: Aws::DirectoryService::Types::DisableLDAPSRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DisableLDAPSRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory.
-
#type ⇒ String
The type of LDAP security to enable.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory.
2419 2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2419 class DisableLDAPSRequest < Struct.new( :directory_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of LDAP security to enable. Currently only the value ‘Client` is supported.
2419 2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2419 class DisableLDAPSRequest < Struct.new( :directory_id, :type) SENSITIVE = [] include Aws::Structure end |