Class: Aws::BedrockAgent::Types::FlowNode

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

Overview

Contains configurations about a node in the flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::FlowNodeConfiguration

Contains configurations for the node.



3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3129

class FlowNode < Struct.new(
  :configuration,
  :inputs,
  :name,
  :outputs,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<Types::FlowNodeInput>

An array of objects, each of which contains information about an input into the node.

Returns:



3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3129

class FlowNode < Struct.new(
  :configuration,
  :inputs,
  :name,
  :outputs,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the node.

Returns:

  • (String)


3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3129

class FlowNode < Struct.new(
  :configuration,
  :inputs,
  :name,
  :outputs,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::FlowNodeOutput>

A list of objects, each of which contains information about an output from the node.

Returns:



3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3129

class FlowNode < Struct.new(
  :configuration,
  :inputs,
  :name,
  :outputs,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of node. This value must match the name of the key that you provide in the configuration you provide in the FlowNodeConfiguration field.

Returns:

  • (String)


3129
3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3129

class FlowNode < Struct.new(
  :configuration,
  :inputs,
  :name,
  :outputs,
  :type)
  SENSITIVE = []
  include Aws::Structure
end