Class: Aws::BedrockAgent::Types::UnfulfilledNodeInputFlowValidationDetails

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

Overview

Details about an unfulfilled node input with no valid connections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.



10392
10393
10394
10395
10396
10397
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10392

class UnfulfilledNodeInputFlowValidationDetails < Struct.new(
  :node,
  :input)
  SENSITIVE = []
  include Aws::Structure
end

#nodeString

The name of the node containing the unfulfilled input.



10392
10393
10394
10395
10396
10397
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10392

class UnfulfilledNodeInputFlowValidationDetails < Struct.new(
  :node,
  :input)
  SENSITIVE = []
  include Aws::Structure
end