Class: Aws::QBusiness::Types::ListDataSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataSourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sources ⇒ Array<Types::DataSource>
An array of summary information for one or more data source connector.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token.
Instance Attribute Details
#data_sources ⇒ Array<Types::DataSource>
An array of summary information for one or more data source connector.
5149 5150 5151 5152 5153 5154 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5149 class ListDataSourcesResponse < Struct.new( :data_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of data source connectors.
5149 5150 5151 5152 5153 5154 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5149 class ListDataSourcesResponse < Struct.new( :data_sources, :next_token) SENSITIVE = [] include Aws::Structure end |