Class: Aws::MemoryDB::Types::UpdateUserResponse

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 updated user

Returns:



3666
3667
3668
3669
3670
# File 'lib/aws-sdk-memorydb/types.rb', line 3666

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