Class: Aws::Kendra::Types::ListEntityPersonasResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.

Returns:

  • (String)


7043
7044
7045
7046
7047
7048
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7043

class ListEntityPersonasResponse < Struct.new(
  :summary_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summary_itemsArray<Types::PersonasSummary>

An array of summary information for one or more users or groups.

Returns:



7043
7044
7045
7046
7047
7048
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7043

class ListEntityPersonasResponse < Struct.new(
  :summary_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end