class Aws::CognitoIdentityProvider::Types::ChangePasswordRequest
Represents the request to change a user password.
@note When making an API call, you may pass ChangePasswordRequest
data as a hash: { previous_password: "PasswordType", # required proposed_password: "PasswordType", # required access_token: "TokenModelType", # required }
@!attribute [rw] previous_password
The old password. @return [String]
@!attribute [rw] proposed_password
The new password. @return [String]
@!attribute [rw] access_token
The access token. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ChangePasswordRequest AWS API Documentation
Constants
- SENSITIVE