Class: Aws::MQ::Types::UserPendingChanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UserPendingChanges
- Includes:
- Structure
- Defined in:
- 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
-
#console_access ⇒ Boolean
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
-
#groups ⇒ Array<String>
The list of groups (20 maximum) to which the ActiveMQ user belongs.
-
#pending_change ⇒ String
Required.
Instance Attribute Details
#console_access ⇒ Boolean
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-mq/types.rb', line 3174 class UserPendingChanges < Struct.new( :console_access, :groups, :pending_change) SENSITIVE = [] include Aws::Structure end |
#groups ⇒ Array<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.
3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-mq/types.rb', line 3174 class UserPendingChanges < Struct.new( :console_access, :groups, :pending_change) SENSITIVE = [] include Aws::Structure end |
#pending_change ⇒ String
Required. The type of change pending for the ActiveMQ user.
3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-mq/types.rb', line 3174 class UserPendingChanges < Struct.new( :console_access, :groups, :pending_change) SENSITIVE = [] include Aws::Structure end |