Class: Aws::Types::DeleteUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
253 254 255 |
# File 'sig/types.rbs', line 253 def authentication_token @authentication_token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def user_id @user_id end |