Class: Aws::ElastiCache::Types::DeleteUserMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteUserMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The ID of the user.
Instance Attribute Details
#user_id ⇒ String
The ID of the user.
3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3624 class DeleteUserMessage < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |