Class: Aws::MemoryDB::Types::DeleteUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::User
The user object that has been deleted.
Instance Attribute Details
#user ⇒ Types::User
The user object that has been deleted.
1080 1081 1082 1083 1084 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1080 class DeleteUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |