Class: Aws::BedrockAgent::Types::RetrievalFlowNodeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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

Instance Attribute Details

#service_configurationTypes::RetrievalFlowNodeServiceConfiguration

Contains configurations for the service to use for retrieving data to return as the output from the node.



6395
6396
6397
6398
6399
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6395

class RetrievalFlowNodeConfiguration < Struct.new(
  :service_configuration)
  SENSITIVE = []
  include Aws::Structure
end