Class: Aws::Kendra::Types::EntityDisplayData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::EntityDisplayData
- 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
-
#first_name ⇒ String
The first name of the user.
-
#group_name ⇒ String
The name of the group.
-
#identified_user_name ⇒ String
The user name of the user.
-
#last_name ⇒ String
The last name of the user.
-
#user_name ⇒ String
The name of the user.
Instance Attribute Details
#first_name ⇒ String
The first name of the user.
4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'lib/aws-sdk-kendra/types.rb', line 4869 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_name ⇒ String
The name of the group.
4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'lib/aws-sdk-kendra/types.rb', line 4869 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_name ⇒ String
The user name of the user.
4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'lib/aws-sdk-kendra/types.rb', line 4869 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_name ⇒ String
The last name of the user.
4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'lib/aws-sdk-kendra/types.rb', line 4869 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_name ⇒ String
The name of the user.
4869 4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'lib/aws-sdk-kendra/types.rb', line 4869 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 |