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

Class: Aws::ElastiCache::Types::UserGroupsUpdateStatus

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

Overview

The status of the user group update.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#user_group_ids_to_addArray<String>

The list of user group IDs to add.

Returns:

  • (Array<String>)

    The list of user group IDs to add.

#user_group_ids_to_removeArray<String>

The list of user group IDs to remove.

Returns:

  • (Array<String>)

    The list of user group IDs to remove.