Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/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