Class: Aws::MQ::Types::UserPendingChanges

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#console_accessBoolean

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

Returns:

  • (Boolean)


3141
3142
3143
3144
3145
3146
3147
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3141

class UserPendingChanges < Struct.new(
  :console_access,
  :groups,
  :pending_change)
  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>)


3141
3142
3143
3144
3145
3146
3147
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3141

class UserPendingChanges < Struct.new(
  :console_access,
  :groups,
  :pending_change)
  SENSITIVE = []
  include Aws::Structure
end

#pending_changeString

Required. The type of change pending for the ActiveMQ user.

Returns:

  • (String)


3141
3142
3143
3144
3145
3146
3147
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3141

class UserPendingChanges < Struct.new(
  :console_access,
  :groups,
  :pending_change)
  SENSITIVE = []
  include Aws::Structure
end