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)


4178
4179
4180
4181
4182
4183
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4178

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)


4178
4179
4180
4181
4182
4183
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4178

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