Class: Aws::Types::LDAPSSettingInfo
- Inherits:
-
Object
- Object
- Aws::Types::LDAPSSettingInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#ldaps_status ⇒ "Enabling", ...
Returns the value of attribute ldaps_status.
-
#ldaps_status_reason ⇒ ::String
Returns the value of attribute ldaps_status_reason.
Instance Attribute Details
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def last_updated_date_time @last_updated_date_time end |
#ldaps_status ⇒ "Enabling", ...
Returns the value of attribute ldaps_status.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def ldaps_status @ldaps_status end |
#ldaps_status_reason ⇒ ::String
Returns the value of attribute ldaps_status_reason.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def ldaps_status_reason @ldaps_status_reason end |