class Aws::ElastiCache::Types::ModifyUserMessage
@note When making an API call, you may pass ModifyUserMessage
data as a hash: { user_id: "UserId", # required access_string: "AccessString", append_access_string: "AccessString", passwords: ["String"], no_password_required: false, }
@!attribute [rw] user_id
The ID of the user. @return [String]
@!attribute [rw] access_string
Access permissions string used for this user. @return [String]
@!attribute [rw] append_access_string
Adds additional user permissions to the access string. @return [String]
@!attribute [rw] passwords
The passwords belonging to the user. You are allowed up to two. @return [Array<String>]
@!attribute [rw] no_password_required
Indicates no password is required for the user. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
Constants
- SENSITIVE