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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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)


3640
3641
3642
3643
3644
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3640

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