Method: Aws::MQ::Types::CreateUserInput#console_access
- Defined in:
- lib/aws-sdk-mq/types.rb
#console_access ⇒ Boolean
Enables access to the ActiveMQ Web Console for the ActiveMQ user.
936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-mq/types.rb', line 936 class CreateUserInput < Struct.new( :console_access, :groups, :password, :replication_user) SENSITIVE = [] include Aws::Structure end |