Class: Aws::BedrockAgent::Types::MultipleNodeInputConnectionsFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MultipleNodeInputConnectionsFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/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.
6040 6041 6042 6043 6044 6045 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6040 class MultipleNodeInputConnectionsFlowValidationDetails < Struct.new( :input, :node) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the node containing the input with multiple connections.
6040 6041 6042 6043 6044 6045 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6040 class MultipleNodeInputConnectionsFlowValidationDetails < Struct.new( :input, :node) SENSITIVE = [] include Aws::Structure end |