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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The current supported value is Redis user.

Returns:

  • (String)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_engine_versionString

The minimum engine version required, which is Redis OSS 6.0

Returns:

  • (String)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#pending_changesTypes::UserGroupPendingChanges

A list of updates being applied to the user group.



9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#replication_groupsArray<String>

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

Returns:

  • (Array<String>)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_cachesArray<String>

Indicates which serverless caches the specified user group is associated with. Available for Valkey, Redis OSS and Serverless Memcached only.

Returns:

  • (Array<String>)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates user group status. Can be “creating”, “active”, “modifying”, “deleting”.

Returns:

  • (String)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_group_idString

The ID of the user group.

Returns:

  • (String)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_idsArray<String>

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

Returns:

  • (Array<String>)


9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
# File 'lib/aws-sdk-elasticache/types.rb', line 9750

class UserGroup < Struct.new(
  :user_group_id,
  :status,
  :engine,
  :user_ids,
  :minimum_engine_version,
  :pending_changes,
  :replication_groups,
  :serverless_caches,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end