Class: Aws::Kendra::Types::ListExperienceEntitiesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of your Amazon Kendra experience.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
# File 'lib/aws-sdk-kendra/types.rb', line 7067

class ListExperienceEntitiesRequest < Struct.new(
  :id,
  :index_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for your Amazon Kendra experience.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
# File 'lib/aws-sdk-kendra/types.rb', line 7067

class ListExperienceEntitiesRequest < Struct.new(
  :id,
  :index_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of users or groups.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
# File 'lib/aws-sdk-kendra/types.rb', line 7067

class ListExperienceEntitiesRequest < Struct.new(
  :id,
  :index_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end