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)


6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
# File 'lib/aws-sdk-elasticache/types.rb', line 6856

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