Class: Aws::Types::DisableUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
936 937 938 |
# File 'sig/types.rbs', line 936 def authentication_type @authentication_type end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
935 936 937 |
# File 'sig/types.rbs', line 935 def user_name @user_name end |