Class: Aws::ElastiCache::Types::User
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::User
- Defined in:
- gems/aws-sdk-elasticache/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 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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 6.0
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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".
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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.
8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8742 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 |