Class: Aws::ElastiCache::Types::DeleteUserMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteUserMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Note:
When making an API call, you may pass DeleteUserMessage data as a hash:
{
user_id: "UserId", # required
}
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.
3701 3702 3703 3704 3705 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3701 class DeleteUserMessage < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |