Class: Aws::DirectoryService::Types::LDAPSSettingInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_updated_date_timeTime

The date and time when the LDAPS settings were last updated.

Returns:

  • (Time)


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_statusString

The state of the LDAPS settings.

Returns:

  • (String)


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_reasonString

Describes a state change for LDAPS.

Returns:

  • (String)


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