Class: Aws::ElastiCache::Types::User
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::User
- 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.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the user.
-
#authentication ⇒ Types::Authentication
Denotes whether the user requires a password to authenticate.
-
#engine ⇒ String
The current supported value is Redis.
-
#minimum_engine_version ⇒ String
The minimum engine version required, which is Redis OSS 6.0.
-
#status ⇒ String
Indicates the user status.
-
#user_group_ids ⇒ Array<String>
Returns a list of the user group IDs the user belongs to.
-
#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.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the user.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#authentication ⇒ Types::Authentication
Denotes whether the user requires a password to authenticate.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The current supported value is Redis.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#minimum_engine_version ⇒ String
The minimum engine version required, which is Redis OSS 6.0
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the user status. Can be “active”, “modifying” or “deleting”.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#user_group_ids ⇒ Array<String>
Returns a list of the user group IDs the user belongs to.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The ID of the user.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The username of the user.
9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9699 class User < Struct.new( :user_id, :user_name, :status, :engine, :minimum_engine_version, :access_string, :user_group_ids, :authentication, :arn) SENSITIVE = [] include Aws::Structure end |