class Aws::MemoryDB::Types::UpdateUserRequest

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

data as a hash:

    {
      user_name: "UserName", # required
      authentication_mode: {
        type: "password", # accepts password
        passwords: ["String"],
      },
      access_string: "AccessString",
    }

@!attribute [rw] user_name

The name of the user
@return [String]

@!attribute [rw] authentication_mode

Denotes the user's authentication properties, such as whether it
requires a password to authenticate.
@return [Types::AuthenticationMode]

@!attribute [rw] access_string

Access permissions string used for this user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/UpdateUserRequest AWS API Documentation

Constants

SENSITIVE