class Aws::WorkMail::Types::ResetPasswordRequest

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

data as a hash:

    {
      organization_id: "OrganizationId", # required
      user_id: "WorkMailIdentifier", # required
      password: "Password", # required
    }

@!attribute [rw] organization_id

The identifier of the organization that contains the user for which
the password is reset.
@return [String]

@!attribute [rw] user_id

The identifier of the user for whom the password is reset.
@return [String]

@!attribute [rw] password

The new password for the user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/ResetPasswordRequest AWS API Documentation

Constants

SENSITIVE