Class: Aws::QBusiness::Types::EligibleDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::EligibleDataSource
- Includes:
- Structure
- Defined in:
- 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
-
#data_source_id ⇒ String
The identifier of the data source.
-
#index_id ⇒ String
The identifier of the index the data source is attached to.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source.
3364 3365 3366 3367 3368 3369 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3364 class EligibleDataSource < Struct.new( :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index the data source is attached to.
3364 3365 3366 3367 3368 3369 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3364 class EligibleDataSource < Struct.new( :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |