Class: Aws::Kendra::Types::ListExperienceEntitiesResponse

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)


7120
7121
7122
7123
7124
7125
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7120

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

#summary_itemsArray<Types::ExperienceEntitiesSummary>

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



7120
7121
7122
7123
7124
7125
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7120

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