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.
7825 7826 7827 7828 7829 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7825 class MissingLoopInputNodeFlowValidationDetails < Struct.new( :loop_node) SENSITIVE = [] include Aws::Structure end |