Class: Aws::BedrockAgent::Types::GetIngestionJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::GetIngestionJobResponse
 
 
- Defined in:
 - gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ingestion_job  ⇒ Types::IngestionJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the data ingestion job.
 
Instance Attribute Details
#ingestion_job ⇒ Types::IngestionJob
Contains details about the data ingestion job.
      5269 5270 5271 5272 5273  | 
    
      # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5269 class GetIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end  |