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.
9836 9837 9838 9839 9840 9841 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9836 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.
9836 9837 9838 9839 9840 9841 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9836 class UserGroupsUpdateStatus < Struct.new( :user_group_ids_to_add, :user_group_ids_to_remove) SENSITIVE = [] include Aws::Structure end |