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)


7006
7007
7008
7009
7010
7011
7012
# File 'lib/aws-sdk-kendra/types.rb', line 7006

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)


7006
7007
7008
7009
7010
7011
7012
# File 'lib/aws-sdk-kendra/types.rb', line 7006

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)


7006
7007
7008
7009
7010
7011
7012
# File 'lib/aws-sdk-kendra/types.rb', line 7006

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