Class: Aws::BedrockAgentRuntime::Types::StartFlowExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::StartFlowExecutionResponse
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
8533 8534 8535 8536 8537 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8533 class StartFlowExecutionResponse < Struct.new( :execution_arn) SENSITIVE = [] include Aws::Structure end |