Class: Aws::Kendra::Types::ListDataSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListDataSourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index used with one or more data source connectors.
-
#max_results ⇒ Integer
The maximum number of data source connectors to return.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index used with one or more data source connectors.
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_results ⇒ Integer
The maximum number of data source connectors to return.
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_token ⇒ String
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.
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 |