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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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.

Returns:

  • (String)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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 6.0

Returns:

  • (String)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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.



9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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>)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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 Redis only.

Returns:

  • (Array<String>)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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>)


9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9695

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