Class: Aws::Kendra::Types::ListExperiencesResponse

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 Amazon Kendra experiences.

Returns:

  • (String)


6017
6018
6019
6020
6021
6022
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6017

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

#summary_itemsArray<Types::ExperiencesSummary>

An array of summary information for one or more Amazon Kendra experiences.

Returns:



6017
6018
6019
6020
6021
6022
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6017

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