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_stringString

Access permissions string used for this user account.

Returns:

  • (String)

    Access permissions string used for this user account.

#arnString

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

Returns:

  • (String)

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

#authenticationTypes::Authentication

Denotes whether the user requires a password to authenticate.

Returns:

#engineString

Must be Redis.

Returns:

  • (String)

    Must be Redis.

#statusString

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

Returns:

  • (String)

    Indicates the user status.

#user_group_idsArray<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_idString

The ID of the user.

Returns:

  • (String)

    The ID of the user.

#user_nameString

The username of the user.

Returns:

  • (String)

    The username of the user.