Class: Aws::MemoryDB::Types::DeleteUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteUserRequest
- Defined in:
- gems/aws-sdk-memorydb/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
1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1052 class DeleteUserRequest < Struct.new( :user_name) SENSITIVE = [] include Aws::Structure end |