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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 '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 '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 '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 '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 '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 '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 '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 '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