Class: Aws::BedrockAgent::Types::GetIngestionJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::GetIngestionJobRequest
 
 
- 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 in the ingestion job.
 - 
  
    
      #ingestion_job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the ingestion job.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base for which the ingestion job applies.
 
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source in the ingestion job.
      3953 3954 3955 3956 3957 3958 3959  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3953 class GetIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  | 
  
#ingestion_job_id ⇒ String
The unique identifier of the ingestion job.
      3953 3954 3955 3956 3957 3958 3959  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3953 class GetIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for which the ingestion job applies.
      3953 3954 3955 3956 3957 3958 3959  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3953 class GetIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end  |