Class: Aws::MQ::Types::DescribeUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_idString

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1762

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

#console_accessBoolean

Returns:

  • (Boolean)


1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1762

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

#groupsArray<String>

Returns:

  • (Array<String>)


1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1762

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

#pendingTypes::UserPendingChanges

Returns information about the status of the changes pending for the ActiveMQ user.



1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1762

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

#replication_userBoolean

Returns:

  • (Boolean)


1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1762

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

#usernameString

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1762

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