Class: Aws::BedrockAgent::Types::MultipleLoopInputNodesFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MultipleLoopInputNodesFlowValidationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Details about a flow that contains multiple LoopInput 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
LoopInputnodes.
Instance Attribute Details
#loop_node ⇒ String
The DoWhile loop in a flow that contains multiple LoopInput nodes.
8115 8116 8117 8118 8119 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8115 class MultipleLoopInputNodesFlowValidationDetails < Struct.new( :loop_node) SENSITIVE = [] include Aws::Structure end |