You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#access_string ⇒ String

Access permissions string used for this user account.

Returns:

  • (String) —

    Access permissions string used for this user account.

#arn ⇒ String

The Amazon Resource Name (ARN) of the user account.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the user account.

#authentication ⇒ Types::Authentication

Denotes whether the user requires a password to authenticate.

Returns:

#engine ⇒ String

Must be Redis.

Returns:

  • (String) —

    Must be Redis.

#status ⇒ String

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

Returns:

  • (String) —

    Indicates the user status.

#user_group_ids ⇒ Array<String>

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

Returns:

  • (Array<String>) —

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

#user_id ⇒ String

The ID of the user.

Returns:

  • (String) —

    The ID of the user.

#user_name ⇒ String

The username of the user.

Returns:

  • (String) —

    The username of the user.