Class: Aws::BedrockAgentRuntime::Types::ListFlowExecutionEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ListFlowExecutionEventsResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_execution_events ⇒ Array<Types::FlowExecutionEvent>
A list of events that occurred during the flow execution.
-
#next_token ⇒ String
A token to retrieve the next set of results.
Instance Attribute Details
#flow_execution_events ⇒ Array<Types::FlowExecutionEvent>
A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.
4907 4908 4909 4910 4911 4912 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4907 class ListFlowExecutionEventsResponse < Struct.new( :flow_execution_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next set of results. This value is returned if more results are available.
4907 4908 4909 4910 4911 4912 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4907 class ListFlowExecutionEventsResponse < Struct.new( :flow_execution_events, :next_token) SENSITIVE = [] include Aws::Structure end |