Class: Aws::Kendra::Types::ExperienceEntitiesSummary

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

Overview

Summary information for users or groups in your IAM Identity Center identity source with granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_dataTypes::EntityDisplayData

Information about the user entity.



5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5053

class ExperienceEntitiesSummary < Struct.new(
  :entity_id,
  :entity_type,
  :display_data)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

Returns:

  • (String)


5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5053

class ExperienceEntitiesSummary < Struct.new(
  :entity_id,
  :entity_type,
  :display_data)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

Shows the type as User or Group.

Returns:

  • (String)


5053
5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5053

class ExperienceEntitiesSummary < Struct.new(
  :entity_id,
  :entity_type,
  :display_data)
  SENSITIVE = []
  include Aws::Structure
end