Class: Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteKnowledgeBaseResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      2726 2727 2728 2729 2730 2731  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2726 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.
      2726 2727 2728 2729 2730 2731  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2726 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end  |