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.

Returns:



1080
1081
1082
1083
1084
# File 'lib/aws-sdk-memorydb/types.rb', line 1080

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