Class: Aws::BedrockAgent::Types::MultipleNodeInputConnectionsFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MultipleNodeInputConnectionsFlowValidationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Details about multiple connections to a single node input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input ⇒ String
The name of the input with multiple connections to it.
-
#node ⇒ String
The name of the node containing the input with multiple connections.
Instance Attribute Details
#input ⇒ String
The name of the input with multiple connections to it.
7727 7728 7729 7730 7731 7732 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7727 class MultipleNodeInputConnectionsFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the node containing the input with multiple connections.
7727 7728 7729 7730 7731 7732 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7727 class MultipleNodeInputConnectionsFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end |