You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::ModifyUserGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyUserGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#user_group_idString

The ID of the user group.

Returns:

  • (String)

    The ID of the user group.

#user_ids_to_addArray<String>

The list of user IDs to add to the user group.

Returns:

  • (Array<String>)

    The list of user IDs to add to the user group.

#user_ids_to_removeArray<String>

The list of user IDs to remove from the user group.

Returns:

  • (Array<String>)

    The list of user IDs to remove from the user group.