Class: Aws::QBusiness::Types::GetDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetDataSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application.
-
#data_source_id ⇒ String
The identifier of the data source connector.
-
#index_id ⇒ String
The identfier of the index used with the data source connector.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application.
3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3781 class GetDataSourceRequest < Struct.new( :application_id, :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The identifier of the data source connector.
3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3781 class GetDataSourceRequest < Struct.new( :application_id, :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identfier of the index used with the data source connector.
3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3781 class GetDataSourceRequest < Struct.new( :application_id, :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |