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
LoopInputnode.
Instance Attribute Details
#loop_node ⇒ String
The DoWhile loop in a flow that's missing a required LoopInput
node.
7925 7926 7927 7928 7929 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7925 class MissingLoopInputNodeFlowValidationDetails < Struct.new( :loop_node) SENSITIVE = [] include Aws::Structure end |