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.

This is the response object from the DescribeUser operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MQ.Model.DescribeUserResponse

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

Syntax

C#
public class DescribeUserResponse : AmazonWebServiceResponse

The DescribeUserResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeUserResponse()

Properties

NameTypeDescription
Public Property BrokerId System.String

Gets and sets the property BrokerId.

Required. The unique ID that Amazon MQ generates for the broker.

Public Property ConsoleAccess System.Boolean

Gets and sets the property ConsoleAccess.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Groups System.Collections.Generic.List<System.String>

Gets and sets the property Groups.

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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Pending Amazon.MQ.Model.UserPendingChanges

Gets and sets the property Pending.

The status of the changes pending for the ActiveMQ user.

Public Property ReplicationUser System.Boolean

Gets and sets the property ReplicationUser.

Describes whether the user is intended for data replication

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Username System.String

Gets and sets the property Username.

Required. The username of the ActiveMQ 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