Class: Aws::ElastiCache::Types::UserGroupsUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::UserGroupsUpdateStatus
- Includes:
- Structure
- Defined in:
- 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.
9813 9814 9815 9816 9817 9818 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9813 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.
9813 9814 9815 9816 9817 9818 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9813 class UserGroupsUpdateStatus < Struct.new( :user_group_ids_to_add, :user_group_ids_to_remove) SENSITIVE = [] include Aws::Structure end |