Class: Aws::BedrockAgentRuntime::Types::FlowCompletionEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowCompletionEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about why a flow completed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_reason ⇒ String
The reason that the flow completed.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#completion_reason ⇒ String
The reason that the flow completed.
2465 2466 2467 2468 2469 2470 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2465 class FlowCompletionEvent < Struct.new( :completion_reason, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
2465 2466 2467 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2465 def event_type @event_type end |