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

Class: Aws::ElastiCache::Types::Authentication

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

Overview

Indicates whether the user requires a password to authenticate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#password_countInteger

The number of passwords belonging to the user. The maximum is two.

Returns:

  • (Integer)

    The number of passwords belonging to the user.

#typeString

Indicates whether the user requires a password to authenticate.

Possible values:

  • password
  • no-password

Returns:

  • (String)

    Indicates whether the user requires a password to authenticate.