Class: Aws::BedrockAgent::Types::GetDataSourceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::GetDataSourceRequest
 
 
- 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.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base that the data source was added to.
 
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source.
      3663 3664 3665 3666 3667 3668  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3663 class GetDataSourceRequest < Struct.new( :data_source_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base that the data source was added to.
      3663 3664 3665 3666 3667 3668  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3663 class GetDataSourceRequest < Struct.new( :data_source_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  |