class Aws::ElastiCache::Types::CreateUserGroupMessage

@note When making an API call, you may pass CreateUserGroupMessage

data as a hash:

    {
      user_group_id: "String", # required
      engine: "EngineType", # required
      user_ids: ["UserId"],
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] user_group_id

The ID of the user group.
@return [String]

@!attribute [rw] engine

The current supported value is Redis.
@return [String]

@!attribute [rw] user_ids

The list of user IDs that belong to the user group.
@return [Array<String>]

@!attribute [rw] tags

A list of tags to be added to this resource. A tag is a key-value
pair. A tag key must be accompanied by a tag value, although null is
accepted.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserGroupMessage AWS API Documentation

Constants

SENSITIVE