Class: Aws::BedrockAgentRuntime::Types::InvokeFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::InvokeFlowResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_stream ⇒ Types::FlowResponseStream
The output of the flow, returned as a stream.
Instance Attribute Details
#response_stream ⇒ Types::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 |