Class: Aws::ElastiCache::Types::ModifyUserGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ModifyUserGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine ⇒ String
The engine for a user group.
-
#user_group_id ⇒ String
The ID of the user group.
-
#user_ids_to_add ⇒ Array<String>
The list of user IDs to add to the user group.
-
#user_ids_to_remove ⇒ Array<String>
The list of user IDs to remove from the user group.
Instance Attribute Details
#engine ⇒ String
The engine for a user group.
6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-elasticache/types.rb', line 6817 class ModifyUserGroupMessage < Struct.new( :user_group_id, :user_ids_to_add, :user_ids_to_remove, :engine) SENSITIVE = [] include Aws::Structure end |
#user_group_id ⇒ String
The ID of the user group.
6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-elasticache/types.rb', line 6817 class ModifyUserGroupMessage < Struct.new( :user_group_id, :user_ids_to_add, :user_ids_to_remove, :engine) SENSITIVE = [] include Aws::Structure end |
#user_ids_to_add ⇒ Array<String>
The list of user IDs to add to the user group.
6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-elasticache/types.rb', line 6817 class ModifyUserGroupMessage < Struct.new( :user_group_id, :user_ids_to_add, :user_ids_to_remove, :engine) SENSITIVE = [] include Aws::Structure end |
#user_ids_to_remove ⇒ Array<String>
The list of user IDs to remove from the user group.
6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-elasticache/types.rb', line 6817 class ModifyUserGroupMessage < Struct.new( :user_group_id, :user_ids_to_add, :user_ids_to_remove, :engine) SENSITIVE = [] include Aws::Structure end |