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)


3293
3294
3295
3296
3297
3298
3299
# File 'lib/aws-sdk-memorydb/types.rb', line 3293

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.



3293
3294
3295
3296
3297
3298
3299
# File 'lib/aws-sdk-memorydb/types.rb', line 3293

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

#user_nameString

The name of the user

Returns:

  • (String)


3293
3294
3295
3296
3297
3298
3299
# File 'lib/aws-sdk-memorydb/types.rb', line 3293

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