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)


2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2707

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)


2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2707

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