Class: Aws::Types::ResetUserPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetUserPasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#new_password ⇒ ::String
Returns the value of attribute new_password.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def directory_id @directory_id end |
#new_password ⇒ ::String
Returns the value of attribute new_password.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def new_password @new_password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def user_name @user_name end |