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
- Struct
- Aws::AppStream::Types::User
- Defined in:
- (unknown)
Overview
Describes a user in the user pool.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the user.
-
#authentication_type ⇒ String
The authentication type for the user.
-
#created_time ⇒ Time
The date and time the user was created in the user pool.
-
#enabled ⇒ Boolean
Specifies whether the user in the user pool is enabled.
-
#first_name ⇒ String
The first name, or given name, of the user.
-
#last_name ⇒ String
The last name, or surname, of the user.
-
#status ⇒ String
The status of the user in the user pool.
-
#user_name ⇒ String
The email address of the user.
Instance Attribute Details
#arn ⇒ String
The ARN of the user.
#authentication_type ⇒ String
The authentication type for the user.
Possible values:
- API
- SAML
- USERPOOL
#created_time ⇒ Time
The date and time the user was created in the user pool.
#enabled ⇒ Boolean
Specifies whether the user in the user pool is enabled.
#first_name ⇒ String
The first name, or given name, of the user.
#last_name ⇒ String
The last name, or surname, of the user.
#status ⇒ String
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.
#user_name ⇒ String
The email address of the user.