Class: Aws::DirectoryService::Types::DescribeLDAPSSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeLDAPSSettingsRequest
- 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.
-
#limit ⇒ Integer
Specifies the number of items that should be displayed on one page.
-
#next_token ⇒ String
The type of next token used for pagination.
-
#type ⇒ String
The type of LDAP security to enable.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory.
1535 1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1535 class DescribeLDAPSSettingsRequest < Struct.new( :directory_id, :type, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
Specifies the number of items that should be displayed on one page.
1535 1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1535 class DescribeLDAPSSettingsRequest < Struct.new( :directory_id, :type, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The type of next token used for pagination.
1535 1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1535 class DescribeLDAPSSettingsRequest < Struct.new( :directory_id, :type, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of LDAP security to enable. Currently only the value ‘Client` is supported.
1535 1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1535 class DescribeLDAPSSettingsRequest < Struct.new( :directory_id, :type, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |