Class: Aws::BedrockAgentRuntime::Types::StopFlowExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::StopFlowExecutionResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.
-
#status ⇒ String
The updated status of the flow execution after the stop request.
Instance Attribute Details
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.
8574 8575 8576 8577 8578 8579 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8574 class StopFlowExecutionResponse < Struct.new( :execution_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.
8574 8575 8576 8577 8578 8579 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8574 class StopFlowExecutionResponse < Struct.new( :execution_arn, :status) SENSITIVE = [] include Aws::Structure end |