Class: Aws::BedrockAgentRuntime::Types::StopFlowExecutionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arnString

The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.

Returns:

  • (String)


8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8151

class StopFlowExecutionResponse < Struct.new(
  :execution_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.

Returns:

  • (String)


8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8151

class StopFlowExecutionResponse < Struct.new(
  :execution_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end