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.
2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2313 class FlowCompletionEvent < Struct.new( :completion_reason, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
2313 2314 2315 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2313 def event_type @event_type end |