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

Class: Aws::AppStream::Types::User

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

Overview

Describes a user in the user pool.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the user.

Returns:

  • (String)

    The ARN of the user.

#authentication_typeString

The authentication type for the user.

Possible values:

  • API
  • SAML
  • USERPOOL

Returns:

  • (String)

    The authentication type for the user.

#created_timeTime

The date and time the user was created in the user pool.

Returns:

  • (Time)

    The date and time the user was created in the user pool.

#enabledBoolean

Specifies whether the user in the user pool is enabled.

Returns:

  • (Boolean)

    Specifies whether the user in the user pool is enabled.

#first_nameString

The first name, or given name, of the user.

Returns:

  • (String)

    The first name, or given name, of the user.

#last_nameString

The last name, or surname, of the user.

Returns:

  • (String)

    The last name, or surname, of the user.

#statusString

The status of the user in the user pool. The status can be one of the following:

  • UNCONFIRMED – The user is created but not confirmed.

  • CONFIRMED – The user is confirmed.

  • ARCHIVED – The user is no longer active.

  • COMPROMISED – The user is disabled because of a potential security threat.

  • UNKNOWN – The user status is not known.

Returns:

  • (String)

    The status of the user in the user pool.

#user_nameString

The email address of the user.

Users\' email addresses are case-sensitive.

Returns:

  • (String)

    The email address of the user.