Class: Aws::Types::ChangePasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChangePasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_password ⇒ ::String
Returns the value of attribute new_password.
-
#old_password ⇒ ::String
Returns the value of attribute old_password.
Instance Attribute Details
#new_password ⇒ ::String
Returns the value of attribute new_password.
111 112 113 |
# File 'sig/types.rbs', line 111 def new_password @new_password end |
#old_password ⇒ ::String
Returns the value of attribute old_password.
110 111 112 |
# File 'sig/types.rbs', line 110 def old_password @old_password end |