Class: Aws::BedrockAgent::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteDataSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The unique identifier of the data source to delete.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base from which to delete the data source.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source to delete.
2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2566 class DeleteDataSourceRequest < Struct.new( :data_source_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base from which to delete the data source.
2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2566 class DeleteDataSourceRequest < Struct.new( :data_source_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |