Class: Aws::QBusiness::Types::ListDataSourcesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesArray<Types::DataSource>

An array of summary information for one or more data source connector.

Returns:



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_tokenString

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.

Returns:

  • (String)


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