Class: Aws::BedrockAgent::Types::UnfulfilledNodeInputFlowValidationDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgent::Types::UnfulfilledNodeInputFlowValidationDetails
 
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about an unfulfilled node input with no valid connections.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #input  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the unfulfilled input. 
- 
  
    
      #node  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the node containing the unfulfilled input. 
Instance Attribute Details
#input ⇒ String
The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.
| 10347 10348 10349 10350 10351 10352 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10347 class UnfulfilledNodeInputFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end | 
#node ⇒ String
The name of the node containing the unfulfilled input.
| 10347 10348 10349 10350 10351 10352 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10347 class UnfulfilledNodeInputFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end |