Class: Aws::Types::DisableClientAuthenticationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableClientAuthenticationRequest
- 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.
792 793 794 |
# File 'sig/types.rbs', line 792 def directory_id @directory_id end |
#type ⇒ "SmartCard", "SmartCardOrPassword"
Returns the value of attribute type.
793 794 795 |
# File 'sig/types.rbs', line 793 def type @type end |