Class: Aws::Types::EnableClientAuthenticationRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableClientAuthenticationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#type ⇒ "SmartCard", "SmartCardOrPassword"
Returns the value of attribute type.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
872 873 874 |
# File 'sig/types.rbs', line 872 def directory_id @directory_id end |
#type ⇒ "SmartCard", "SmartCardOrPassword"
Returns the value of attribute type.
873 874 875 |
# File 'sig/types.rbs', line 873 def type @type end |