You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::UpdateUserInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Updates the information for an ActiveMQ user.

Instance Attribute Summary collapse

Instance Attribute Details

#console_accessBoolean

Enables access to the the ActiveMQ Web Console for the ActiveMQ user.

Returns:

  • (Boolean)

    Enables access to the the ActiveMQ Web Console for the ActiveMQ user.

#groupsArray<String>

The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

Returns:

  • (Array<String>)

    The list of groups (20 maximum) to which the ActiveMQ user belongs.

#passwordString

The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas.

Returns:

  • (String)

    The password of the user.