Class: Aws::Types::ResetPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetPasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def organization_id @organization_id end |
#password ⇒ ::String
Returns the value of attribute password.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def password @password end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def user_id @user_id end |