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.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1659 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.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1659 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1659 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |