Class: Aws::Kendra::Types::EntityDisplayData

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

Overview

Information about the user entity.

Constant Summary collapse

SENSITIVE =
[:user_name, :group_name, :identified_user_name, :first_name, :last_name]

Instance Attribute Summary collapse

Instance Attribute Details

#first_nameString

The first name of the user.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-kendra/types.rb', line 4903

class EntityDisplayData < Struct.new(
  :user_name,
  :group_name,
  :identified_user_name,
  :first_name,
  :last_name)
  SENSITIVE = [:user_name, :group_name, :identified_user_name, :first_name, :last_name]
  include Aws::Structure
end

#group_nameString

The name of the group.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-kendra/types.rb', line 4903

class EntityDisplayData < Struct.new(
  :user_name,
  :group_name,
  :identified_user_name,
  :first_name,
  :last_name)
  SENSITIVE = [:user_name, :group_name, :identified_user_name, :first_name, :last_name]
  include Aws::Structure
end

#identified_user_nameString

The user name of the user.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-kendra/types.rb', line 4903

class EntityDisplayData < Struct.new(
  :user_name,
  :group_name,
  :identified_user_name,
  :first_name,
  :last_name)
  SENSITIVE = [:user_name, :group_name, :identified_user_name, :first_name, :last_name]
  include Aws::Structure
end

#last_nameString

The last name of the user.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-kendra/types.rb', line 4903

class EntityDisplayData < Struct.new(
  :user_name,
  :group_name,
  :identified_user_name,
  :first_name,
  :last_name)
  SENSITIVE = [:user_name, :group_name, :identified_user_name, :first_name, :last_name]
  include Aws::Structure
end

#user_nameString

The name of the user.

Returns:

  • (String)


4903
4904
4905
4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-kendra/types.rb', line 4903

class EntityDisplayData < Struct.new(
  :user_name,
  :group_name,
  :identified_user_name,
  :first_name,
  :last_name)
  SENSITIVE = [:user_name, :group_name, :identified_user_name, :first_name, :last_name]
  include Aws::Structure
end