Class: Aws::BedrockAgent::Types::IntermediateStorage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::IntermediateStorage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_location  ⇒ Types::S3Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An S3 bucket path.
 
Instance Attribute Details
#s3_location ⇒ Types::S3Location
An S3 bucket path.
      4426 4427 4428 4429 4430  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4426 class IntermediateStorage < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end  |