AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns a list of all broker users. Does not apply to RabbitMQ brokers.

Inheritance Hierarchy

System.Object
  Amazon.MQ.Model.UserSummary

Namespace: Amazon.MQ.Model
Assembly: AWSSDK.MQ.dll
Version: 3.x.y.z

Syntax

C#
public class UserSummary

The UserSummary type exposes the following members

Constructors

NameDescription
Public Method UserSummary()

Properties

NameTypeDescription
Public Property PendingChange Amazon.MQ.ChangeType

Gets and sets the property PendingChange.

The type of change pending for the broker user.

Public Property Username System.String

Gets and sets the property Username.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5