Class: Aws::MQ::Types::DescribeUserOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Returns information about an ActiveMQ user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_idString

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

Returns:

  • (String)


1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-mq/types.rb', line 1731

class DescribeUserOutput < Struct.new(
  :broker_id,
  :console_access,
  :groups,
  :pending,
  :replication_user,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#console_accessBoolean

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

Returns:

  • (Boolean)


1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-mq/types.rb', line 1731

class DescribeUserOutput < Struct.new(
  :broker_id,
  :console_access,
  :groups,
  :pending,
  :replication_user,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-mq/types.rb', line 1731

class DescribeUserOutput < Struct.new(
  :broker_id,
  :console_access,
  :groups,
  :pending,
  :replication_user,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#pendingTypes::UserPendingChanges

The status of the changes pending for the ActiveMQ user.



1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-mq/types.rb', line 1731

class DescribeUserOutput < Struct.new(
  :broker_id,
  :console_access,
  :groups,
  :pending,
  :replication_user,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#replication_userBoolean

Describes whether the user is intended for data replication

Returns:

  • (Boolean)


1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-mq/types.rb', line 1731

class DescribeUserOutput < Struct.new(
  :broker_id,
  :console_access,
  :groups,
  :pending,
  :replication_user,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

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.

Returns:

  • (String)


1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-mq/types.rb', line 1731

class DescribeUserOutput < Struct.new(
  :broker_id,
  :console_access,
  :groups,
  :pending,
  :replication_user,
  :username)
  SENSITIVE = []
  include Aws::Structure
end