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)


1183
1184
1185
1186
1187
# File 'lib/aws-sdk-memorydb/types.rb', line 1183

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