Class: Aws::BedrockAgent::Types::FlowDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The definition of the nodes and connections between nodes in the flow.
Constant Summary collapse
- SENSITIVE =
[:nodes]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::FlowConnection>
An array of connection definitions in the flow.
-
#nodes ⇒ Array<Types::FlowNode>
An array of node definitions in the flow.
Instance Attribute Details
#connections ⇒ Array<Types::FlowConnection>
An array of connection definitions in the flow.
3059 3060 3061 3062 3063 3064 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3059 class FlowDefinition < Struct.new( :connections, :nodes) SENSITIVE = [:nodes] include Aws::Structure end |
#nodes ⇒ Array<Types::FlowNode>
An array of node definitions in the flow.
3059 3060 3061 3062 3063 3064 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3059 class FlowDefinition < Struct.new( :connections, :nodes) SENSITIVE = [:nodes] include Aws::Structure end |