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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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:



4077
4078
4079
4080
4081
4082
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4077

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)


4077
4078
4079
4080
4081
4082
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4077

class ListDataSourcesResponse < Struct.new(
  :data_sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end