Class: Aws::ElastiCache::Types::UserGroupsUpdateStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElastiCache::Types::UserGroupsUpdateStatus
 
- 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
- 
  
    
      #user_group_ids_to_add  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the user group to add. 
- 
  
    
      #user_group_ids_to_remove  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the user group to remove. 
Instance Attribute Details
#user_group_ids_to_add ⇒ Array<String>
The ID of the user group to add.
| 9861 9862 9863 9864 9865 9866 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9861 class UserGroupsUpdateStatus < Struct.new( :user_group_ids_to_add, :user_group_ids_to_remove) SENSITIVE = [] include Aws::Structure end | 
#user_group_ids_to_remove ⇒ Array<String>
The ID of the user group to remove.
| 9861 9862 9863 9864 9865 9866 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9861 class UserGroupsUpdateStatus < Struct.new( :user_group_ids_to_add, :user_group_ids_to_remove) SENSITIVE = [] include Aws::Structure end |