Class: Aws::BedrockAgent::Types::GetKnowledgeBaseRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgent::Types::GetKnowledgeBaseRequest
 
- 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 you want to get information on. 
Instance Attribute Details
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base you want to get information on.
| 5320 5321 5322 5323 5324 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5320 class GetKnowledgeBaseRequest < Struct.new( :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |