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

Class: Aws::MQ::Types::UserSummary

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

Overview

Returns a list of all broker users.

Instance Attribute Summary collapse

Instance Attribute Details

#pending_changeString

The type of change pending for the broker user.

Possible values:

  • CREATE
  • UPDATE
  • DELETE

Returns:

  • (String)

    The type of change pending for the broker user.

#usernameString

Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

Returns:

  • (String)

    Required.