Class: Aws::BedrockAgentRuntime::Types::FlowCompletionEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowCompletionEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/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.
888 889 890 891 892 893 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 888 class FlowCompletionEvent < Struct.new( :completion_reason, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
888 889 890 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 888 def event_type @event_type end |