Class: Aws::BedrockAgent::Types::FlowConnection

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

Overview

Contains information about a connection between two nodes in the flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::FlowConnectionConfiguration

The configuration of the connection.



2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2985

class FlowConnection < Struct.new(
  :configuration,
  :name,
  :source,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the connection that you can reference.

Returns:

  • (String)


2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2985

class FlowConnection < Struct.new(
  :configuration,
  :name,
  :source,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The node that the connection starts at.

Returns:

  • (String)


2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2985

class FlowConnection < Struct.new(
  :configuration,
  :name,
  :source,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The node that the connection ends at.

Returns:

  • (String)


2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2985

class FlowConnection < Struct.new(
  :configuration,
  :name,
  :source,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).

Returns:

  • (String)


2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2985

class FlowConnection < Struct.new(
  :configuration,
  :name,
  :source,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end