Class: Aws::BedrockAgent::Types::RetrievalFlowNodeConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::RetrievalFlowNodeConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_configuration  ⇒ Types::RetrievalFlowNodeServiceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains configurations for the service to use for retrieving data to return as the output from the node.
 
Instance Attribute Details
#service_configuration ⇒ Types::RetrievalFlowNodeServiceConfiguration
Contains configurations for the service to use for retrieving data to return as the output from the node.
      6423 6424 6425 6426 6427  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6423 class RetrievalFlowNodeConfiguration < Struct.new( :service_configuration) SENSITIVE = [] include Aws::Structure end  |