class Aws::MQ::Types::UpdateUserRequest

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

data as a hash:

    {
      broker_id: "__string", # required
      console_access: false,
      groups: ["__string"],
      password: "__string",
      username: "__string", # required
    }

@!attribute [rw] broker_id

@return [String]

@!attribute [rw] console_access

@return [Boolean]

@!attribute [rw] groups

@return [Array<String>]

@!attribute [rw] password

@return [String]

@!attribute [rw] username

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/UpdateUserRequest AWS API Documentation

Constants

SENSITIVE