Class: Aws::Types::ResetUserPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetUserPasswordRequest
- 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.
519 520 521 |
# File 'sig/types.rbs', line 519 def client_token @client_token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
518 519 520 |
# File 'sig/types.rbs', line 518 def user_id @user_id end |