Class: Aws::DirectoryService::Types::EnableLDAPSRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::EnableLDAPSRequest
- 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.
3317 3318 3319 3320 3321 3322 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3317 class EnableLDAPSRequest < 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.
3317 3318 3319 3320 3321 3322 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3317 class EnableLDAPSRequest < Struct.new( :directory_id, :type) SENSITIVE = [] include Aws::Structure end |