Class: Aws::Kendra::Types::ListDataSourcesResponse

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

#next_tokenString

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of data source connectors.

Returns:

  • (String)


6994
6995
6996
6997
6998
6999
# File 'lib/aws-sdk-kendra/types.rb', line 6994

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

#summary_itemsArray<Types::DataSourceSummary>

An array of summary information for one or more data source connector.

Returns:



6994
6995
6996
6997
6998
6999
# File 'lib/aws-sdk-kendra/types.rb', line 6994

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