Class: Aws::QBusiness::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteDataSourceRequest
- 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 used with the data source connector.
-
#data_source_id ⇒ String
The identifier of the data source connector that you want to delete.
-
#index_id ⇒ String
The identifier of the index used with the data source connector.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application used with the data source connector.
2687 2688 2689 2690 2691 2692 2693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2687 class DeleteDataSourceRequest < 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 that you want to delete.
2687 2688 2689 2690 2691 2692 2693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2687 class DeleteDataSourceRequest < Struct.new( :application_id, :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with the data source connector.
2687 2688 2689 2690 2691 2692 2693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2687 class DeleteDataSourceRequest < Struct.new( :application_id, :index_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |