class Aws::CognitoIdentityProvider::Types::AdminSetUserPasswordRequest

@note When making an API call, you may pass AdminSetUserPasswordRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      username: "UsernameType", # required
      password: "PasswordType", # required
      permanent: false,
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool where you want to set the user's
password.
@return [String]

@!attribute [rw] username

The user name of the user whose password you wish to set.
@return [String]

@!attribute [rw] password

The password for the user.
@return [String]

@!attribute [rw] permanent

`True` if the password is permanent, `False` if it is temporary.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AdminSetUserPasswordRequest AWS API Documentation

Constants

SENSITIVE