Class: Aws::BedrockAgent::Types::KnowledgeBaseSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgent::Types::KnowledgeBaseSummary
 
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about a knowledge base.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the knowledge base. 
- 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the knowledge base. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the knowledge base. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the knowledge base. 
- 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time the knowledge base was last updated. 
Instance Attribute Details
#description ⇒ String
The description of the knowledge base.
| 6313 6314 6315 6316 6317 6318 6319 6320 6321 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6313 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end | 
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base.
| 6313 6314 6315 6316 6317 6318 6319 6320 6321 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6313 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the knowledge base.
| 6313 6314 6315 6316 6317 6318 6319 6320 6321 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6313 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the knowledge base.
| 6313 6314 6315 6316 6317 6318 6319 6320 6321 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6313 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end | 
#updated_at ⇒ Time
The time the knowledge base was last updated.
| 6313 6314 6315 6316 6317 6318 6319 6320 6321 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6313 class KnowledgeBaseSummary < Struct.new( :knowledge_base_id, :name, :description, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |