Class: Aws::MemoryDB::Types::DeleteUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_nameString

The name of the user to delete

Returns:

  • (String)


1068
1069
1070
1071
1072
# File 'lib/aws-sdk-memorydb/types.rb', line 1068

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