Class: Aws::MemoryDB::Types::DeleteUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_name ⇒ String
The name of the user to delete.
Instance Attribute Details
#user_name ⇒ String
The name of the user to delete
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 |