Class: Aws::BedrockAgent::Types::FlowDataConnectionConfiguration

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

Overview

The configuration of a connection originating from a node that isn't a Condition node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_outputString

The name of the output in the source node that the connection begins from.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075

class FlowDataConnectionConfiguration < Struct.new(
  :source_output,
  :target_input)
  SENSITIVE = []
  include Aws::Structure
end

#target_inputString

The name of the input in the target node that the connection ends at.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075

class FlowDataConnectionConfiguration < Struct.new(
  :source_output,
  :target_input)
  SENSITIVE = []
  include Aws::Structure
end