Class: Aws::ElastiCache::Types::CreateUserMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateUserMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_string ⇒ String
Access permissions string used for this user.
-
#authentication_mode ⇒ Types::AuthenticationMode
Specifies how to authenticate the user.
-
#engine ⇒ String
The current supported value is Redis.
-
#no_password_required ⇒ Boolean
Indicates a password is not required for this user.
-
#passwords ⇒ Array<String>
Passwords used for this user.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
-
#user_id ⇒ String
The ID of the user.
-
#user_name ⇒ String
The username of the user.
Instance Attribute Details
#access_string ⇒ String
Access permissions string used for this user.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#authentication_mode ⇒ Types::AuthenticationMode
Specifies how to authenticate the user.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The current supported value is Redis.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#no_password_required ⇒ Boolean
Indicates a password is not required for this user.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#passwords ⇒ Array<String>
Passwords used for this user. You can create up to two passwords for each user.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The ID of the user.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The username of the user.
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3152 class CreateUserMessage < Struct.new( :user_id, :user_name, :engine, :passwords, :access_string, :no_password_required, :tags, :authentication_mode) SENSITIVE = [] include Aws::Structure end |