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.
9884 9885 9886 9887 9888 9889 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9884 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.
9884 9885 9886 9887 9888 9889 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9884 class UserGroupsUpdateStatus < Struct.new( :user_group_ids_to_add, :user_group_ids_to_remove) SENSITIVE = [] include Aws::Structure end |