Class: Aws::ElastiCache::Types::DeleteUserGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteUserGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_group_id ⇒ String
The ID of the user group.
Instance Attribute Details
#user_group_id ⇒ String
The ID of the user group.
3612 3613 3614 3615 3616 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3612 class DeleteUserGroupMessage < Struct.new( :user_group_id) SENSITIVE = [] include Aws::Structure end |