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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2974

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)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2974

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

#sourceString

The node that the connection starts at.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2974

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

#targetString

The node that the connection ends at.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2974

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)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2974

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