Class: Aws::ElastiCache::Types::ModifyUserGroupMessage

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

#engineString

Modifies the engine listed in a user group. The options are valkey or redis.

Returns:

  • (String)


6862
6863
6864
6865
6866
6867
6868
6869
# File 'lib/aws-sdk-elasticache/types.rb', line 6862

class ModifyUserGroupMessage < Struct.new(
  :user_group_id,
  :user_ids_to_add,
  :user_ids_to_remove,
  :engine)
  SENSITIVE = []
  include Aws::Structure
end

#user_group_idString

The ID of the user group.

Returns:

  • (String)


6862
6863
6864
6865
6866
6867
6868
6869
# File 'lib/aws-sdk-elasticache/types.rb', line 6862

class ModifyUserGroupMessage < Struct.new(
  :user_group_id,
  :user_ids_to_add,
  :user_ids_to_remove,
  :engine)
  SENSITIVE = []
  include Aws::Structure
end

#user_ids_to_addArray<String>

The list of user IDs to add to the user group.

Returns:

  • (Array<String>)


6862
6863
6864
6865
6866
6867
6868
6869
# File 'lib/aws-sdk-elasticache/types.rb', line 6862

class ModifyUserGroupMessage < Struct.new(
  :user_group_id,
  :user_ids_to_add,
  :user_ids_to_remove,
  :engine)
  SENSITIVE = []
  include Aws::Structure
end

#user_ids_to_removeArray<String>

The list of user IDs to remove from the user group.

Returns:

  • (Array<String>)


6862
6863
6864
6865
6866
6867
6868
6869
# File 'lib/aws-sdk-elasticache/types.rb', line 6862

class ModifyUserGroupMessage < Struct.new(
  :user_group_id,
  :user_ids_to_add,
  :user_ids_to_remove,
  :engine)
  SENSITIVE = []
  include Aws::Structure
end