Class: Aws::ElastiCache::Types::UserGroupPendingChanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::UserGroupPendingChanges
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Returns the updates being applied to the user group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_ids_to_add ⇒ Array<String>
The list of user IDs to add.
-
#user_ids_to_remove ⇒ Array<String>
The list of user IDs to remove.
Instance Attribute Details
#user_ids_to_add ⇒ Array<String>
The list of user IDs to add.
9788 9789 9790 9791 9792 9793 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9788 class UserGroupPendingChanges < Struct.new( :user_ids_to_remove, :user_ids_to_add) SENSITIVE = [] include Aws::Structure end |
#user_ids_to_remove ⇒ Array<String>
The list of user IDs to remove.
9788 9789 9790 9791 9792 9793 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9788 class UserGroupPendingChanges < Struct.new( :user_ids_to_remove, :user_ids_to_add) SENSITIVE = [] include Aws::Structure end |