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

#arn ⇒ String

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

Returns:

  • (String) —

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

#engine ⇒ String

Must be Redis.

Returns:

  • (String) —

    Must be Redis.

#pending_changes ⇒ Types::UserGroupPendingChanges

A list of updates being applied to the user groups.

Returns:

#replication_groups ⇒ Array<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.

#status ⇒ String

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

Returns:

  • (String) —

    Indicates user group status.

#user_group_id ⇒ String

The ID of the user group.

Returns:

  • (String) —

    The ID of the user group.

#user_ids ⇒ Array<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.