Class: Aws::Kendra::Types::ListEntityPersonasRequest

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)


7022
7023
7024
7025
7026
7027
7028
7029
# File 'lib/aws-sdk-kendra/types.rb', line 7022

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

#index_idString

The identifier of the index for your Amazon Kendra experience.

Returns:

  • (String)


7022
7023
7024
7025
7026
7027
7028
7029
# File 'lib/aws-sdk-kendra/types.rb', line 7022

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

#max_resultsInteger

The maximum number of returned users or groups.

Returns:

  • (Integer)


7022
7023
7024
7025
7026
7027
7028
7029
# File 'lib/aws-sdk-kendra/types.rb', line 7022

class ListEntityPersonasRequest < Struct.new(
  :id,
  :index_id,
  :next_token,
  :max_results)
  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)


7022
7023
7024
7025
7026
7027
7028
7029
# File 'lib/aws-sdk-kendra/types.rb', line 7022

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