Method: Aws::MQ::Types::CreateUserInput#groups

Defined in:
lib/aws-sdk-mq/types.rb

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


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