Class: Aws::ElastiCache::Types::UserGroupsUpdateStatus

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

Overview

The status of the user group update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_group_ids_to_addArray<String>

The ID of the user group to add.

Returns:

  • (Array<String>)


9758
9759
9760
9761
9762
9763
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9758

class UserGroupsUpdateStatus < Struct.new(
  :user_group_ids_to_add,
  :user_group_ids_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#user_group_ids_to_removeArray<String>

The ID of the user group to remove.

Returns:

  • (Array<String>)


9758
9759
9760
9761
9762
9763
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9758

class UserGroupsUpdateStatus < Struct.new(
  :user_group_ids_to_add,
  :user_group_ids_to_remove)
  SENSITIVE = []
  include Aws::Structure
end