Class: Aws::BedrockAgent::Types::DeleteDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteDataSourceResponse
- 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 that was deleted.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source that was deleted belonged.
-
#status ⇒ String
The status of the data source.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source that was deleted.
1644 1645 1646 1647 1648 1649 1650 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1644 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source that was deleted belonged.
1644 1645 1646 1647 1648 1649 1650 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1644 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source.
1644 1645 1646 1647 1648 1649 1650 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1644 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |