Class: Aws::DirectoryService::Types::LDAPSSettingInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::LDAPSSettingInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains general information about the LDAPS settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_date_time ⇒ Time
The date and time when the LDAPS settings were last updated.
-
#ldaps_status ⇒ String
The state of the LDAPS settings.
-
#ldaps_status_reason ⇒ String
Describes a state change for LDAPS.
Instance Attribute Details
#last_updated_date_time ⇒ Time
The date and time when the LDAPS settings were last updated.
3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3100 class LDAPSSettingInfo < Struct.new( :ldaps_status, :ldaps_status_reason, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#ldaps_status ⇒ String
The state of the LDAPS settings.
3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3100 class LDAPSSettingInfo < Struct.new( :ldaps_status, :ldaps_status_reason, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#ldaps_status_reason ⇒ String
Describes a state change for LDAPS.
3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3100 class LDAPSSettingInfo < Struct.new( :ldaps_status, :ldaps_status_reason, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |