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