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.
1186 1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1186 class FlowCompletionEvent < Struct.new( :completion_reason, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
1186 1187 1188 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1186 def event_type @event_type end |