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)


7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7132

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:



7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7132

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