Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base that was deleted.
-
#status ⇒ String
The status of the knowledge base and whether it has been successfully deleted.
Instance Attribute Details
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base that was deleted.
2880 2881 2882 2883 2884 2885 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2880 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the knowledge base and whether it has been successfully deleted.
2880 2881 2882 2883 2884 2885 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2880 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end |