Class: Aws::AlexaForBusiness::Types::UserData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UserData
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Information related to a user.
Constant Summary collapse
- SENSITIVE =
[]
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.
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6608 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |
#enrollment_id ⇒ String
The enrollment ARN of a user.
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6608 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |
#enrollment_status ⇒ String
The enrollment status of a user.
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6608 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |
#first_name ⇒ String
The first name of a user.
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6608 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |
#last_name ⇒ String
The last name of a user.
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6608 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The ARN of a user.
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6608 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |