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)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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.



9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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 6.0

Returns:

  • (String)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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>)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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)


9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9635

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