Class: Aws::ElastiCache::Types::UserGroupPendingChanges

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

Overview

Returns the updates being applied to the user group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_ids_to_addArray<String>

The list of user IDs to add.

Returns:

  • (Array<String>)


9733
9734
9735
9736
9737
9738
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9733

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

#user_ids_to_removeArray<String>

The list of user IDs to remove.

Returns:

  • (Array<String>)


9733
9734
9735
9736
9737
9738
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9733

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