Class: Aws::ElastiCache::Types::DeleteUserMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_idString

The ID of the user.

Returns:

  • (String)


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