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

Class: Aws::ElastiCache::Types::UserGroup

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the user group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the user group.

#engineString

Must be Redis.

Returns:

  • (String)

    Must be Redis.

#pending_changesTypes::UserGroupPendingChanges

A list of updates being applied to the user groups.

Returns:

#replication_groupsArray<String>

A list of replication groups that the user group can access.

Returns:

  • (Array<String>)

    A list of replication groups that the user group can access.

#statusString

Indicates user group status. Can be \"creating\", \"active\", \"modifying\", \"deleting\".

Returns:

  • (String)

    Indicates user group status.

#user_group_idString

The ID of the user group.

Returns:

  • (String)

    The ID of the user group.

#user_idsArray<String>

The list of user IDs that belong to the user group.

Returns:

  • (Array<String>)

    The list of user IDs that belong to the user group.