Class: Aws::Kendra::Types::PersonasSummary

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

Overview

Summary information for users or groups in your IAM Identity Center identity source. This applies to users and groups with specific permissions that define their level of 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].

[1]: docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the summary information was created.

Returns:

  • (Time)


7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-kendra/types.rb', line 7711

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  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)


7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-kendra/types.rb', line 7711

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#personaString

The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are ‘Owner` and `Viewer`. For more information on these personas, see [Providing access to your search page].

[1]: docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html#access-search-experience

Returns:

  • (String)


7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-kendra/types.rb', line 7711

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the summary information was last updated.

Returns:

  • (Time)


7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-kendra/types.rb', line 7711

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end