Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ElastiCache::Types::User

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_stringString

Access permissions string used for this user.

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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

#arnString

The Amazon Resource Name (ARN) of the user.

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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

#authenticationTypes::Authentication

Denotes whether the user requires a password to authenticate.


9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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

#engineString

The current supported value is Redis.

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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_versionString

The minimum engine version required, which is Redis OSS 6.0

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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

#statusString

Indicates the user status. Can be "active", "modifying" or "deleting".

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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_idsArray<String>

Returns a list of the user group IDs the user belongs to.

Returns:

  • (Array<String>)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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_idString

The ID of the user.

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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_nameString

The username of the user.

Returns:

  • (String)

9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'gems/aws-sdk-elasticache/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