Class: Aws::BedrockAgent::Types::MissingLoopControllerNodeFlowValidationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Details about a flow that’s missing a required ‘LoopController` node in a DoWhile loop.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#loop_nodeString

The DoWhile loop in a flow that’s missing a required ‘LoopController` node.

Returns:

  • (String)


7517
7518
7519
7520
7521
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7517

class MissingLoopControllerNodeFlowValidationDetails < Struct.new(
  :loop_node)
  SENSITIVE = []
  include Aws::Structure
end