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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The ID of the user.

Returns:

  • (String)


3619
3620
3621
3622
3623
# File 'lib/aws-sdk-elasticache/types.rb', line 3619

class DeleteUserMessage < Struct.new(
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end