class Aws::ElastiCache::Types::ModifyUserGroupMessage

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

data as a hash:

    {
      user_group_id: "String", # required
      user_ids_to_add: ["UserId"],
      user_ids_to_remove: ["UserId"],
    }

@!attribute [rw] user_group_id

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

@!attribute [rw] user_ids_to_add

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

@!attribute [rw] user_ids_to_remove

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

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

Constants

SENSITIVE