Class: Aws::BedrockAgent::Types::MultipleNodeInputConnectionsFlowValidationDetails

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

Overview

Details about multiple connections to a single node input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The name of the input with multiple connections to it.

Returns:

  • (String)


6040
6041
6042
6043
6044
6045
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6040

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

#nodeString

The name of the node containing the input with multiple connections.

Returns:

  • (String)


6040
6041
6042
6043
6044
6045
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6040

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