Class: Aws::QBusiness::Types::EligibleDataSource

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

Overview

The identifier of the data source Amazon Q Business will generate responses from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The identifier of the data source.

Returns:

  • (String)


4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4189

class EligibleDataSource < Struct.new(
  :index_id,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index the data source is attached to.

Returns:

  • (String)


4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4189

class EligibleDataSource < Struct.new(
  :index_id,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end