You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::UserData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UserData
- Defined in:
- (unknown)
Overview
Information related to a user.
Instance Attribute Summary collapse
-
#email ⇒ String
The email of a user.
-
#enrollment_id ⇒ String
The enrollment ARN of a user.
-
#enrollment_status ⇒ String
The enrollment status of a user.
-
#first_name ⇒ String
The first name of a user.
-
#last_name ⇒ String
The last name of a user.
-
#user_arn ⇒ String
The ARN of a user.
Instance Attribute Details
#email ⇒ String
The email of a user.
#enrollment_id ⇒ String
The enrollment ARN of a user.
#enrollment_status ⇒ String
The enrollment status of a user.
Possible values:
- INITIALIZED
- PENDING
- REGISTERED
- DISASSOCIATING
- DEREGISTERING
#first_name ⇒ String
The first name of a user.
#last_name ⇒ String
The last name of a user.
#user_arn ⇒ String
The ARN of a user.