Class: Aws::Types::DisableUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
231 232 233 |
# File 'sig/types.rbs', line 231 def client_token @client_token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
230 231 232 |
# File 'sig/types.rbs', line 230 def user_id @user_id end |