Class: Aws::BedrockAgentRuntime::Types::InvokeFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_streamTypes::FlowResponseStream

The output of the flow, returned as a stream. If there's an error, the error is returned.



2042
2043
2044
2045
2046
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2042

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