Class: Aws::MemoryDB::Types::UpdateUserRequest

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

#access_stringString

Access permissions string used for this user.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
# File 'lib/aws-sdk-memorydb/types.rb', line 4009

class UpdateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_modeTypes::AuthenticationMode

Denotes the user’s authentication properties, such as whether it requires a password to authenticate.



4009
4010
4011
4012
4013
4014
4015
# File 'lib/aws-sdk-memorydb/types.rb', line 4009

class UpdateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
# File 'lib/aws-sdk-memorydb/types.rb', line 4009

class UpdateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string)
  SENSITIVE = []
  include Aws::Structure
end