Class: Aws::Kendra::Types::ListDataSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListDataSourcesResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#summary_items ⇒ Array<Types::DataSourceSummary>
An array of summary information for one or more data source connector.
Instance Attribute Details
#next_token ⇒ String
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.
5879 5880 5881 5882 5883 5884 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5879 class ListDataSourcesResponse < Struct.new( :summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#summary_items ⇒ Array<Types::DataSourceSummary>
An array of summary information for one or more data source connector.
5879 5880 5881 5882 5883 5884 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5879 class ListDataSourcesResponse < Struct.new( :summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |