Class: Aws::BedrockAgent::Types::MissingLoopInputNodeFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MissingLoopInputNodeFlowValidationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Details about a flow that’s missing a required ‘LoopInput` node in a DoWhile loop.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#loop_node ⇒ String
The DoWhile loop in a flow that’s missing a required ‘LoopInput` node.
Instance Attribute Details
#loop_node ⇒ String
The DoWhile loop in a flow that’s missing a required ‘LoopInput` node.
7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7533 class MissingLoopInputNodeFlowValidationDetails < Struct.new( :loop_node) SENSITIVE = [] include Aws::Structure end |