Class: Aws::AlexaForBusiness::Types::UserData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Information related to a user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailString

The email of a user.

Returns:

  • (String)


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_idString

The enrollment ARN of a user.

Returns:

  • (String)


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_statusString

The enrollment status of a user.

Returns:

  • (String)


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_nameString

The first name of a user.

Returns:

  • (String)


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_nameString

The last name of a user.

Returns:

  • (String)


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

#user_arnString

The ARN of a user.

Returns:

  • (String)


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