Class: Aws::DirectoryService::Types::DescribeLDAPSSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeLDAPSSettingsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ldaps_settings_info ⇒ Array<Types::LDAPSSettingInfo>
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
-
#next_token ⇒ String
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
Instance Attribute Details
#ldaps_settings_info ⇒ Array<Types::LDAPSSettingInfo>
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1557 class DescribeLDAPSSettingsResult < Struct.new( :ldaps_settings_info, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1557 class DescribeLDAPSSettingsResult < Struct.new( :ldaps_settings_info, :next_token) SENSITIVE = [] include Aws::Structure end |