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.
| 7682 7683 7684 7685 7686 7687 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7682 class MultipleNodeInputConnectionsFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end | 
#node ⇒ String
The name of the node containing the input with multiple connections.
| 7682 7683 7684 7685 7686 7687 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7682 class MultipleNodeInputConnectionsFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end |