Class: Aws::AlexaForBusiness::Types::UserData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UserData
- Includes:
- Structure
- Defined in:
- 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.
5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5348 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.
5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5348 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.
5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5348 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.
5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5348 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.
5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5348 class UserData < Struct.new( :user_arn, :first_name, :last_name, :email, :enrollment_status, :enrollment_id) SENSITIVE = [] include Aws::Structure end |