Class: Aws::Types::ChangePasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChangePasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#previous_password ⇒ ::String
Returns the value of attribute previous_password.
-
#proposed_password ⇒ ::String
Returns the value of attribute proposed_password.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
475 476 477 |
# File 'sig/types.rbs', line 475 def access_token @access_token end |
#previous_password ⇒ ::String
Returns the value of attribute previous_password.
473 474 475 |
# File 'sig/types.rbs', line 473 def previous_password @previous_password end |
#proposed_password ⇒ ::String
Returns the value of attribute proposed_password.
474 475 476 |
# File 'sig/types.rbs', line 474 def proposed_password @proposed_password end |