Class: Aws::MemoryDB::Types::DeleteUserResponse

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

#userTypes::User

The user object that has been deleted.



1255
1256
1257
1258
1259
# File 'lib/aws-sdk-memorydb/types.rb', line 1255

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