Class: Aws::BedrockAgent::Types::MultipleLoopControllerNodesFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MultipleLoopControllerNodesFlowValidationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Details about a flow that contains multiple LoopController nodes in
a DoWhile loop.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#loop_node ⇒ String
The DoWhile loop in a flow that contains multiple
LoopControllernodes.
Instance Attribute Details
#loop_node ⇒ String
The DoWhile loop in a flow that contains multiple LoopController
nodes.
8100 8101 8102 8103 8104 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8100 class MultipleLoopControllerNodesFlowValidationDetails < Struct.new( :loop_node) SENSITIVE = [] include Aws::Structure end |