Class: Aws::Kendra::Types::ListDataSourcesRequest

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

#index_idString

The identifier of the index used with one or more data source connectors.

Returns:

  • (String)


6973
6974
6975
6976
6977
6978
6979
# File 'lib/aws-sdk-kendra/types.rb', line 6973

class ListDataSourcesRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of data source connectors to return.

Returns:

  • (Integer)


6973
6974
6975
6976
6977
6978
6979
# File 'lib/aws-sdk-kendra/types.rb', line 6973

class ListDataSourcesRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data source connectors.

Returns:

  • (String)


6973
6974
6975
6976
6977
6978
6979
# File 'lib/aws-sdk-kendra/types.rb', line 6973

class ListDataSourcesRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end