Method: Aws::ElastiCache::Types::ModifyUserMessage#append_access_string

Defined in:
lib/aws-sdk-elasticache/types.rb

#append_access_stringString

Adds additional user permissions to the access string.

Returns:

  • (String)


6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
# File 'lib/aws-sdk-elasticache/types.rb', line 6880

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