Class: Aws::ElastiCache::Types::ModifyUserMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/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)


6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6806

class ModifyUserMessage < Struct.new(
  :user_id,
  :access_string,
  :append_access_string,
  :passwords,
  :no_password_required,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#append_access_stringString

Adds additional user permissions to the access string.

Returns:

  • (String)


6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6806

class ModifyUserMessage < Struct.new(
  :user_id,
  :access_string,
  :append_access_string,
  :passwords,
  :no_password_required,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_modeTypes::AuthenticationMode

Specifies how to authenticate the user.



6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6806

class ModifyUserMessage < Struct.new(
  :user_id,
  :access_string,
  :append_access_string,
  :passwords,
  :no_password_required,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#no_password_requiredBoolean

Indicates no password is required for the user.

Returns:

  • (Boolean)


6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6806

class ModifyUserMessage < Struct.new(
  :user_id,
  :access_string,
  :append_access_string,
  :passwords,
  :no_password_required,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#passwordsArray<String>

The passwords belonging to the user. You are allowed up to two.

Returns:

  • (Array<String>)


6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6806

class ModifyUserMessage < Struct.new(
  :user_id,
  :access_string,
  :append_access_string,
  :passwords,
  :no_password_required,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The ID of the user.

Returns:

  • (String)


6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6806

class ModifyUserMessage < Struct.new(
  :user_id,
  :access_string,
  :append_access_string,
  :passwords,
  :no_password_required,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end